This section details the important ChartArea objects individually and provides information on how to access, modify, and create the appearance for the properties in the ChartArea object.
The following table defines the main objects included in the ChartArea object.
Property | Description |
---|---|
Alignment | Gets or sets the text alignment within the axis display. Inherits from the ChartArea. |
Compass | Allows you to set the position of the axis. For example, you may want to display the X-axis above the data instead of below. |
C1.Win.C1Chart.Style.Font | Sets the font used to display the values along the axis. |
ForeColor | Sets the color used to display the axis, tickmarks, and values. |
OnTop | Gets or sets whether axis and gridlines appear on top of the chart image. |
Reversed | Gets or sets whether the axis is normal or reversed (ascending or descending). |
Text | Sets a string to display next to the axis (this is typically used to describe the variable and units being depicted by the axis). |
Rotation | Sets the orientation of the Text string. |