Skip to main content

AxisBase Properties

The base class for axes.
Name Description
ActualGridLinesMinorStrokeStyle Gets the actual stroke style of minor grid lines.
ActualGridLinesStrokeStyle Gets the actual stroke style of major grid lines.
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.
DateTimeGridAlignment Gets or sets the date-time measurement unit, to which the beginning of a diagram’s gridlines and labels should be aligned.
DateTimeMeasureUnit Gets or sets the detail level for date-time values.
GridLinesBrush Gets or sets the color of the axis grid lines.
GridLinesMinorBrush Specifies the color of the axis minor grid lines.
GridLinesMinorStrokeStyle Specifies the line style settings for the axis’ minor grid lines.
GridLinesStrokeStyle Specifies the line style settings for the axis’ major grid lines.
GridSpacing Gets or sets the interval between axis gridlines.
GridSpacingAuto Specifies whether the chart automatically calculates the distance between gridlines based on the major tickmarks.
Interlaced Gets or sets whether interlacing is applied to the axis.
InterlacedBrush Gets or sets the interlacing color.
LabelAngle Specifies a rotation angle for axis labels. The angle is measured in degrees, and clockwise from the horizontal.
LabelPattern Specifies a string pattern that formats axis label text.
LabelTemplate Specifies a template that defines a custom appearance and look-and-feel for axis labels.
MinorCount 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.
ShowLabels Gets or sets a value indicating whether labels should be visible for this axis.
ShowLine Specifies whether to display the axis line.
ShowMajorGridlines Specifies whether or not to show major gridlines.
ShowMajorTickmarks Specifies whether or not the major tickmarks are visible.
ShowMinorGridlines Specifies whether or not to show minor gridlines.
ShowMinorTickmarks Specifies whether or not the axis minor tickmarks are visible.
ShowTitle Specifies whether the axis title is visible.
SideMargins Specifies the distance between the outermost series point and the diagram edge, in axis units.
Strips Provides access to the collection of axis strips. This is a dependency property.
SynchronizeVisualRange Indicates whether to make the visual range equal to the whole range when its start and end values are changed.
Thickness Gets or sets the thickness of the axis. This is a dependency property.
TickmarksCrossAxis Specifies whether or not tickmarks cross the axis.
TickmarksLength Specifies the length (in pixels) of axis major tick marks.
TickmarksMinorLength Specifies the length (in pixels) of axis minor tickmarks.
TickmarksMinorThickness Specifies the thickness (in pixels) of minor tickmarks.
TickmarksThickness Specifies the thickness (in pixels) of major tickmarks.
Title Specifies the axis title’s content.
TitleAlignment Specifies the axis title’s alignment.
TitleContentTemplate Specifies a data template that configures title appearance.
Visible Gets or sets a value indicating whether the axis is visible.
VisualRangeEndValue Specifies the visual range’s end value in axis units.
VisualRangeEndValueInternal Specifies the visual range’s end value in internal numeric units.
VisualRangeStartValue Specifies the visual range’s start value in axis units.
VisualRangeStartValueInternal Specifies the visual range’s start value in internal numeric units.
WholeRangeAutoCorrect Specifies whether to calculate the axis whole range based on the underlying data.
WholeRangeEndValue Specifies the whole range’s end value in axis units.
WholeRangeEndValueInternal Specifies the whole range’s end value in internal numeric units.
WholeRangeStartValue Specifies the whole range’s start value in axis units.
WholeRangeStartValueInternal Specifies the whole range’s start value in internal numeric units.
See Also