Skip to main content

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.
MajorGridlineDashesProperty static Identifies the MajorGridlineDashes dependency property.
MajorGridlinesColorProperty static Identifies the MajorGridlinesColor bindable property.
MajorGridlinesThicknessProperty static Identifies the MajorGridlinesThickness bindable property.
MajorGridlinesVisibleProperty static Identifies the MajorGridlinesVisible bindable property.
MajorTickmarkDashesProperty static Identifies the MajorTickmarkDashes dependency property.
MajorTickmarksLengthProperty static Identifies the MajorTickmarksLength bindable property.
MajorTickmarksThicknessProperty static Identifies the MajorTickmarksThickness bindable property.
MajorTickmarksVisibleProperty static Identifies the MajorTickmarksVisible bindable property.
MinorGridLineDashesProperty static
MinorGridlinesColorProperty static Identifies the MinorGridlinesColor bindable property.
MinorGridlinesThicknessProperty static Identifies the MinorGridlinesThickness bindable property.
MinorGridLinesVisibleProperty static Identifies the MinorGridLinesVisible bindable property.
MinorTickmarkDashesProperty static Identifies the MinorTickmarkDashes dependency 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.
MajorGridlineDashes
MajorGridlinesColor Specifies the color of major grid lines.
MajorGridlinesThickness Specifies the thickness of major grid lines.
MajorGridlinesVisible Specifies whether grid lines are displayed.
MajorTickmarkDashes
MajorTickmarksLength Specifies the length of major tickmarks.
MajorTickmarksThickness Specifies the thickness of major tickmarks.
MajorTickmarksVisible Specifies whether major tickmarks are displayed on an axis.
MinorGridlineDashes
MinorGridlinesColor Specifies the color of minor grid lines.
MinorGridlinesThickness Specifies the thickness of minor grid lines.
MinorGridLinesVisible Specifies whether minor grid lines are displayed.
MinorTickmarkDashes
MinorTickmarksLength Specifies the length of minor tickmarks.
MinorTickmarksThickness Specifies the thickness of minor tickmarks.
MinorTickmarksVisible Specifies whether minor tickmarks are displayed on an axis.
See Also