The Axis Collection Editor is used for modifying the properties for the X, Y, or Y2 axes in C1Chart. For more information on the Axes properties see, Axes.
To Access the Axis Collection Editor
1. Right-click on the C1Chart control and select Properties from its context menu.
2. In the Properties window, expand the ChartArea node, then click on the ellipsis button next to the Axes property. The Axis Collection Editor appears.
Properties available in the Axis Collection Editor
The following properties are available for the user in the Axis Collection Editor at design time or they can be used in the Axis class at run time:
Misc Properties of the Axis Collection Editor
Members |
Description |
Gets or sets the text alignment within the axis display. Inherits from the ChartArea. | |
Gets or sets the annotation format. | |
Gets or sets the annotation format string used with manual formats. | |
Gets or sets the method of annotation. | |
Gets or sets the clockwise angle of rotation for the axis annotations. | |
Gets or sets whether major tickmark values are calculated automatically. | |
Gets or sets whether the axis maximum value is calculated automatically. | |
Gets or sets whether the axis minimum value is calculated automatically. | |
Gets or sets whether minor tickmark values are calculated automatically. | |
Gets or sets whether the axis origin is calculated automatically. | |
Gets or sets the general positioning of the axis. X may be set to North/South, Y and Y2 may be set to East/West. | |
Gets or sets the outline width of the data point symbol. | |
Gets or sets the forecolor. Inherits from the ChartArea. | |
GridMajor.AutoSpace |
Gets or sets the automatic gridline spacing calculation. |
GridMajor.Color |
Gets or sets the color of the line. |
GridMajor.Pattern |
Gets or sets the pattern of the line. |
GridMajor.Spacing |
Gets or sets the gridline spacing in data coordinate units. |
GridMajor.Thickness |
Gets or sets the thickness of the line. |
GridMinor.AutoSpace |
Gets or sets automatic gridline spacing calculation. |
GridMinor.Color |
Gets or sets the color of the line. |
GridMinor.Pattern |
Gets or sets the pattern of the line. |
GridMinor.Spacing |
Gets or sets gridline spacing in data coordinate units. |
GridMinor.Thickness |
Gets or sets the thickness of the line. |
GridMinor.Visible |
Gets or sets the gridline visibility. |
Gets or sets whether the axis is logarithmic. | |
Gets or sets the base of the logarithmic scale used. Les than or equal to 1 specifies natural logs. | |
Gets or sets the maximum value of the axis. | |
Gets or sets the minimum value of the axis. | |
Gets the axis name (X, Y or Y2) | |
Gets or sets whether axis and gridlines appear on top of the chart image. | |
Gets or sets the axis origin. | |
Gets or sets whether the axis is normal or reversed (ascending or descending). | |
Gets or sets the rotational orientation of the textual caption of the axis. | |
Gets the axis scroll bar. | |
ScrollBar.Alignment |
Gets or sets the alignment of the scroll bar relative to the plot area. |
ScrollBar.Appearance |
Gets or sets the appearance of the scroll bar. |
ScrollBar.Buttons |
Gets or sets the buttons of the scroll bar. |
ScrollBar.Max |
Gets or sets the maximum value of the scroll bar position. |
ScrollBar.Min |
Gets or sets the minimum value of the scroll bar position. |
ScrollBar.Scale |
Gets or sets the scale of the scroll bar. |
ScrollBar.ScaleMenu |
Gets or sets the custom context menu that will be shown when the user clicks on the scale button. |
ScrollBar.ScaleMenuItems |
Gets the collection of scale menu items. |
ScrollBar.ScrollKeys |
Gets or sets the keys that the scroll bar responds to. |
ScrollBar.Size |
Gets or sets the size of the scroll bar. |
ScrollBar.Step |
Gets or sets the step of the scroll bar position changing. |
ScrollBar.Value |
Gets or sets a value that represents the current relative position of the scroll box on the scroll bar. |
ScrollBar.Visible |
Gets or sets the scroll bar visibility. |
Gets or sets the textual caption of the axis. | |
Gets or sets the thickness of the axis in pixels. | |
Gets or sets the placement of the annotation labels relative to the axis. (currently not implemented) | |
Gets or sets the type of major tickmark. | |
Gets or sets the type of minor tickmark. | |
Gets or sets the tooltip text. | |
Gets or sets the units between major tick marks. Setting this value turns off AutoMajor. | |
Gets or sets the units between minor tick marks. Setting this value turns off AutoMinor. | |
Gets the ValueLabels collection for this axis. | |
Gets or sets the Axis visibility. |
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |