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

AxisStyle Members

Stores axis appearance settings.

Constructors

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

Fields

Name Description
InterlacedColorProperty static Identifies the InterlacedColor bindable property.
InterlacedVisibleProperty static Identifies the InterlacedVisible bindable property.
LineColorProperty static Identifies the LineColor bindable property.
LineThicknessProperty static Identifies the LineThickness bindable property.
LineVisibleProperty static Identifies the LineVisible bindable property.
MajorGridlinesColorProperty static Identifies the MajorGridlinesColor bindable property.
MajorGridlinesThicknessProperty static Identifies the MajorGridlinesThickness bindable property.
MajorGridlinesVisibleProperty static Identifies the MajorGridlinesVisible bindable property.
MajorTickmarksLengthProperty static Identifies the MajorTickmarksLength bindable property.
MajorTickmarksThicknessProperty static Identifies the MajorTickmarksThickness bindable property.
MajorTickmarksVisibleProperty static Identifies the MajorTickmarksVisible bindable property.
MinorGridlinesColorProperty static Identifies the MinorGridlinesColor bindable property.
MinorGridlinesThicknessProperty static Identifies the MinorGridlinesThickness bindable property.
MinorGridLinesVisibleProperty static Identifies the MinorGridLinesVisible bindable property.
MinorTickmarksLengthProperty static Identifies the MinorTickmarksLength bindable property.
MinorTickmarksThicknessProperty static Identifies the MinorTickmarksThickness bindable property.
MinorTickmarksVisibleProperty static Identifies the MinorTickmarksVisible bindable property.

Properties

Name Description
InterlacedColor Specifies the interlaced color.
InterlacedVisible Specifies whether interlacing is applied to the axis.
LineColor Specifies the axis line color.
LineThickness Specifies the axis line thickness.
LineVisible Specifies whether the axis line is displayed.
MajorGridlinesColor Specifies the color of major grid lines.
MajorGridlinesThickness Specifies the thickness of major grid lines.
MajorGridlinesVisible Specifies whether grid lines are displayed.
MajorTickmarksLength Specifies the length of major tickmarks.
MajorTickmarksThickness Specifies the thickness of major tickmarks.
MajorTickmarksVisible Specifies whether major tickmarks are displayed on an axis.
MinorGridlinesColor Specifies the color of minor grid lines.
MinorGridlinesThickness Specifies the thickness of minor grid lines.
MinorGridLinesVisible Specifies whether minor grid lines are displayed.
MinorTickmarksLength Specifies the length of minor tickmarks.
MinorTickmarksThickness Specifies the thickness of minor tickmarks.
MinorTickmarksVisible Specifies whether minor tickmarks are displayed on an axis.

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.
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.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also