Skip to main content

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.
LabelOptionsProperty static Identifies the AxisBase.LabelOptions 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.
ShowZeroValueProperty static Identifies the AxisY.ShowZeroValue dependency property.
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.
TitleProperty static Identifies the AxisBase.Title dependency property. Inherited from AxisBase.
VisibleProperty static Identifies the AxisBase.Visible dependency property. Inherited from AxisBase.
VisualRangeProperty static Identifies the AxisBase.VisualRange dependency property. Inherited from AxisBase.
WholeRangeProperty static Identifies the AxisBase.WholeRange 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.
ActualLabelOptions Gets the actual label options. Inherited from AxisBase.
ActualVisualRange Gets the actual visual range of an axis. Inherited from AxisBase.
ActualWholeRange Gets the actual whole range of an axis. 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 numeric interval between the axis’ gridlines. Inherited from AxisBase.
GridSpacingAuto Gets or sets a value that specifies whether the spacing of gridlines is calculated automatically based upon the major tickmarks of the axis. Inherited from AxisBase.
Interlaced Gets or sets whether interlacing is applied to the axis. Inherited from AxisBase.
InterlacedBrush Gets or sets the color of the axis interlacing. Inherited from AxisBase.
LabelOptions Provides access to the settings of 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 Gets or sets a value indicating whether or not to draw 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.
Strips Provides access to the collection of axis strips. This is a dependency property. 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 Provides access to the title settings of an axis. Inherited from AxisBase.
Visible Gets or sets a value indicating whether the axis is visible. Inherited from AxisBase.
VisualRange Gets or sets the settings that specify the visible range of the axis coordinates. Inherited from AxisBase.
WholeRange Gets or sets the range through which it’s possible to scroll an axis. Inherited from AxisBase.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetShowZeroValue(WholeAxisRange) static Gets the value of the AxisY.ShowZeroValue attached property for a specified WholeAxisRange 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.
SetShowZeroValue(WholeAxisRange, Boolean) static Sets the value of the AxisY.ShowZeroValue attached property to a specified WholeAxisRange.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
PropertyChanged Occurs every time any of the ChartElement class properties has changed its value. Inherited from ChartElement.

Attached Properties

Name Description
ShowZeroValue static Gets or sets a value indicating whether the Y-axis range should be automatically recalculated to make the zero level constantly visible.
See Also