Axes
The axes are represented by sub-properties of the View property: AxisX and AxisY. Each of these properties returns an Axis object with the following main properties:
•Layout, Style, and Value properties
The following properties below represent the layout and style of the axes in C1Chart:
Property | Description |
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. For more information see Axis Position. | |
Allows you to reverse the direction of the axis. For example, you can show Y values going down instead of up. For more information see Inverted and Reversed Chart Axes. | |
Sets a string to display next to the axis (this is typically used to describe the variable and units being depicted by the axis). For more information see Axis Title. | |
Gets or sets the foreground brush of the axis. | |
Gets or sets the axis line. The axis line connects the points on the plot that correspond to the Min and Max of the axis. | |
Gets or sets whether the axis represents time values. | |
Gets or sets the scale of the axis. | |
Gets or sets the minimal scale of the axis. |
The following properties below represent the format for the annotation of the axes in C1Chart:
Property | Description |
Gets or sets the source for axis annotations. | |
A set of predefined formats used to format the values displayed next to the axis. | |
Allows you to rotate the values so they take up less space along the axis. For more information see Axis Annotation Rotation. | |
Gets or sets the template for axis annotation. |
•Scaling Tickmark and Gridline properties
The following properties represent the scaling, tickmarks, and gridline styles and function for the axes in C1Chart:
Property | Description |
Determine whether the minimum and maximum values for the axis should be calculated automatically. For more information see Axis Bounds. | |
Set the minimum and maximum values for the axis (when AutoMin and AutoMax are set to False). For more information see Axis Bounds. | |
Set the spacing between the major and minor tickmarks (when the AutoMajor and AutoMinor properties are set to False). | |
Gets or sets the fill based of the major grid. The MajorGridFill enables you to create a striped plot appearance. | |
Gets or sets the brush of the major/minor grid lines. | |
Gets or sets the dash pattern of the major/minor grid lines. | |
Gets or sets the thickness of the major/minor grid lines. | |
Gets or sets the major/minor tick height. | |
Gets or sets the major/minor tick stroke. | |
Gets or sets the major/minor tick thickness. |