AxisBase Properties
The base class for classes that provide axes functionality for a chart control.
Name | Description |
---|---|
Actual |
Gets the actual stroke style of minor grid lines. |
Actual |
Gets the actual stroke style of major grid lines. |
Actual |
Gets the actual label options. |
Actual |
Gets the actual visual range of an axis. |
Actual |
Gets the actual whole range of an axis. |
Alignment | Gets or sets the alignment of the axis. This is a dependency property. |
Brush | Gets or sets the color of the axis. This is a dependency property. |
Date |
Gets or sets the date-time measurement unit, to which the beginning of a diagram’s gridlines and labels should be aligned. |
Date |
Gets or sets the detail level for date-time values. |
Grid |
Gets or sets the color of the axis grid lines. |
Grid |
Specifies the color of the axis minor grid lines. |
Grid |
Specifies the line style settings for the axis’ minor grid lines. |
Grid |
Specifies the line style settings for the axis’ major grid lines. |
Grid |
Gets or sets the numeric interval between the axis’ gridlines. |
Grid |
Gets or sets a value that specifies whether the spacing of gridlines is calculated automatically based upon the major tickmarks of the axis. |
Interlaced | Gets or sets whether interlacing is applied to the axis. |
Interlaced |
Gets or sets the color of the axis interlacing. |
Label |
Provides access to the settings of axis labels. |
Minor |
Gets or sets the number of minor tickmarks and gridlines. |
Reverse | Gets or sets a value indicating whether the axis is reversed. This is a dependency property. |
Show |
Gets or sets a value indicating whether labels should be visible for this axis. |
Show |
Gets or sets a value indicating whether or not to draw the axis line. |
Show |
Specifies whether or not to show major gridlines. |
Show |
Specifies whether or not the major tickmarks are visible. |
Show |
Specifies whether or not to show minor gridlines. |
Show |
Specifies whether or not the axis minor tickmarks are visible. |
Strips | Provides access to the collection of axis strips. This is a dependency property. |
Thickness | Gets or sets the thickness of the axis. This is a dependency property. |
Tickmarks |
Specifies whether or not tickmarks cross the axis. |
Tickmarks |
Specifies the length (in pixels) of axis major tick marks. |
Tickmarks |
Specifies the length (in pixels) of axis minor tickmarks. |
Tickmarks |
Specifies the thickness (in pixels) of minor tickmarks. |
Tickmarks |
Specifies the thickness (in pixels) of major tickmarks. |
Title | Provides access to the title settings of an axis. |
Visible | Gets or sets a value indicating whether the axis is visible. |
Visual |
Gets or sets the settings that specify the visible range of the axis coordinates. |
Whole |
Gets or sets the range through which it’s possible to scroll an axis. |
See Also