Skip to main content
A newer version of this page is available. .

AxisY Properties

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