[]
Represents the possible directions for a bar chart.
public enum BarDirection
Public Enum BarDirection
Name | Description |
---|---|
Bar | The chart is a bar chart - the data markers are horizontal rectangles. |
Column | The chart is a column chart - the data markers are vertical rectangles. |