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

AxisY Members

Represents the Y-Axis for 2D charts.

Constructors

Name Description
AxisY() Initializes a new instance of the AxisY class with default settings.

Fields

Name Description
AlignmentProperty static Identifies the AxisBase.Alignment dependency property. Inherited from AxisBase.
BrushProperty static Identifies the AxisBase.Brush dependency property. Inherited from AxisBase.
DateTimeGridAlignmentProperty static Identifies the AxisBase.DateTimeGridAlignment dependency property. Inherited from AxisBase.
DateTimeMeasureUnitProperty static Identifies the AxisBase.DateTimeMeasureUnit dependency property. Inherited from AxisBase.
GridLinesBrushProperty static Identifies the AxisBase.GridLinesBrush dependency property. Inherited from AxisBase.
GridLinesMinorBrushProperty static Identifies the AxisBase.GridLinesMinorBrush dependency property. Inherited from AxisBase.
GridLinesMinorStrokeStyleProperty static Identifies the AxisBase.GridLinesMinorStrokeStyle dependency property. Inherited from AxisBase.
GridLinesStrokeStyleProperty static Identifies the AxisBase.GridLinesStrokeStyle dependency property. Inherited from AxisBase.
GridSpacingAutoProperty static Identifies the AxisBase.GridSpacingAuto dependency property. Inherited from AxisBase.
GridSpacingProperty static Identifies the AxisBase.GridSpacing dependency property. Inherited from AxisBase.
InterlacedBrushProperty static Identifies the AxisBase.InterlacedBrush dependency property. Inherited from AxisBase.
InterlacedProperty static Identifies the AxisBase.Interlaced dependency property. Inherited from AxisBase.
LabelAngleProperty static Identifies the LabelAngle dependency property. Inherited from AxisBase.
LabelPatternProperty static Identifies the LabelPattern dependency property. Inherited from AxisBase.
LabelTemplateProperty static Identifies the LabelTemplate dependency property. Inherited from AxisBase.
MinorCountProperty static Identifies the AxisBase.MinorCount dependency property. Inherited from AxisBase.
ReverseProperty static Identifies the AxisBase.Reverse dependency property. Inherited from AxisBase.
ShowLabelsProperty static Identifies the AxisBase.ShowLabels dependency property. Inherited from AxisBase.
ShowLineProperty static Identifies the AxisBase.ShowLine dependency property. Inherited from AxisBase.
ShowMajorGridlinesProperty static Identifies the AxisBase.ShowMajorGridlines dependency property. Inherited from AxisBase.
ShowMajorTickmarksProperty static Identifies the AxisBase.ShowMajorTickmarks dependency property. Inherited from AxisBase.
ShowMinorGridlinesProperty static Identifies the AxisBase.ShowMinorGridlines dependency property. Inherited from AxisBase.
ShowMinorTickmarksProperty static Identifies the AxisBase.ShowMinorTickmarks dependency property. Inherited from AxisBase.
ShowTitleProperty static Identifies the ShowTitle dependency property. Inherited from AxisBase.
ShowZeroValueProperty static Identifies the AxisY.ShowZeroValue dependency property.
SideMarginsProperty static Identifies the SideMargins dependency property. Inherited from AxisBase.
SynchronizeVisualRangeProperty static Identifies the SynchronizeVisualRange dependency property. Inherited from AxisBase.
ThicknessProperty static Identifies the AxisBase.Thickness dependency property. Inherited from AxisBase.
TickmarksCrossAxisProperty static Identifies the AxisBase.TickmarksCrossAxis dependency property. Inherited from AxisBase.
TickmarksLengthProperty static Identifies the AxisBase.TickmarksLength dependency property. Inherited from AxisBase.
TickmarksMinorLengthProperty static Identifies the AxisBase.TickmarksMinorLength dependency property. Inherited from AxisBase.
TickmarksMinorThicknessProperty static Identifies the AxisBase.TickmarksMinorThickness dependency property. Inherited from AxisBase.
TickmarksThicknessProperty static Identifies the AxisBase.TickmarksThickness dependency property. Inherited from AxisBase.
TitleAlignmentProperty static Identifies the TitleAlignment dependency property. Inherited from AxisBase.
TitleContentTemplateProperty static Identifies the TitleContentTemplate dependency property. Inherited from AxisBase.
TitleProperty static Identifies the Title dependency property. Inherited from AxisBase.
VisibleProperty static Identifies the AxisBase.Visible dependency property. Inherited from AxisBase.
VisualRangeEndValueInternalProperty static Identifies the VisualRangeEndValueInternal dependency property. Inherited from AxisBase.
VisualRangeEndValueProperty static Identifies the VisualRangeEndValue dependency property. Inherited from AxisBase.
VisualRangeStartValueInternalProperty static Identifies the VisualRangeStartValueInternal dependency property. Inherited from AxisBase.
VisualRangeStartValueProperty static Identifies the VisualRangeStartValue dependency property. Inherited from AxisBase.
WholeRangeAutoCorrectProperty static Identifies the WholeRangeAutoCorrect dependency property. Inherited from AxisBase.
WholeRangeEndValueInternalProperty static Identifies the WholeRangeEndValueInternal dependency property. Inherited from AxisBase.
WholeRangeEndValueProperty static Identifies the WholeRangeEndValue dependency property. Inherited from AxisBase.
WholeRangeStartValueInternalProperty static Identifies the WholeRangeStartValueInternal dependency property. Inherited from AxisBase.
WholeRangeStartValueProperty static Identifies the WholeRangeStartValue dependency property. Inherited from AxisBase.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetVisualRangeInternalValues(Double, Double) Sets the start and end values for the axis visual range in internal numeric values. Inherited from AxisBase.
SetVisualRangeValues(Object, Object) Sets the start and end values for the axis visual range in axis units. Inherited from AxisBase.
SetWholeRangeInternalValues(Double, Double) Sets the start and end values for the axis whole range in numeric internal values. Inherited from AxisBase.
SetWholeRangeValues(Object, Object) Sets the start and end values for the axis whole range in axis units. Inherited from AxisBase.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
PropertyChanged Occurs when the ChartPanel class’ property value changes. Inherited from ChartPanel.
See Also