Skip to main content

AxisStyle Properties

Stores axis appearance settings.
Name Description
AutomationId Gets or sets a value that allows the automation framework to find and interact with this element. Inherited from Element.
BindingContext

Gets or sets an object that contains the properties that will be targeted by the bound properties that belong to this BindableObject. This is a bindable property.

Inherited from BindableObject.
ClassId Gets or sets a value used to identify a collection of semantically similar elements. Inherited from Element.
Dispatcher

Gets the dispatcher that was available when this bindable object was created, otherwise tries to find the nearest available dispatcher (probably the window’s/app’s).

Inherited from BindableObject.
EffectControlProvider For internal use by .NET MAUI. Inherited from Element.
Effects Gets or sets the styles and properties that will be applied to the element during runtime. Inherited from Element.
Id Gets a value that can be used to uniquely identify an element throughout the run of your application. Inherited from Element.
InterlacedColor Gets or sets the interlaced color. This is a bindable property.
InterlacedVisible Gets or sets whether interlacing is applied to the axis. This is a bindable property.
LineColor Gets or sets the axis line color. This is a bindable property.
LineThickness Gets or sets the axis line thickness. This is a bindable property.
LineVisible Gets or sets whether the axis line is displayed. This is a bindable property.
LogicalChildren For internal use by the Microsoft.Maui.Controls platform. Inherited from Element.
MajorGridlineDashes
MajorGridlinesColor Gets or sets the color of major grid lines. This is a bindable property.
MajorGridlinesThickness Gets or sets the thickness of major grid lines. This is a bindable property.
MajorGridlinesVisible Gets or sets whether grid lines are displayed. This is a bindable property.
MajorTickmarkDashes
MajorTickmarksLength Gets or sets the length of major tickmarks. This is a bindable property.
MajorTickmarksThickness Gets or sets the thickness of major tickmarks. This is a bindable property.
MajorTickmarksVisible Gets or sets whether major tickmarks are displayed on an axis. This is a bindable property.
MinorGridlineDashes
MinorGridlinesColor Gets or sets the color of minor grid lines. This is a bindable property.
MinorGridlinesThickness Gets or sets the thickness of minor grid lines. This is a bindable property.
MinorGridLinesVisible Gets or sets whether minor grid lines are displayed. This is a bindable property.
MinorTickmarkDashes
MinorTickmarksLength Gets or sets the length of minor tickmarks. This is a bindable property.
MinorTickmarksThickness Gets or sets the thickness of minor tickmarks. This is a bindable property.
MinorTickmarksVisible Gets or sets whether minor tickmarks are displayed on an axis. This is a bindable property.
Parent Gets or sets the parent Element of this element. Inherited from Element.
RealParent For internal use by .NET MAUI. Inherited from Element.
StyleId Gets or sets a user defined value to uniquely identify the element. Inherited from Element.
See Also