ClassAxis
Represents an axis within a RadCartesianChart instance.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
public abstract class Axis : ChartElement
Inheritance: objectChartElementAxis
Derived Classes:
Inherited Members
Constructors
Axis()
Declaration
protected Axis()
Fields
LabelFitModeProperty
Identifies the LabelFitMode property.
Declaration
public static readonly BindableProperty LabelFitModeProperty
Field Value
BindableProperty
LabelFontSizeProperty
Identifies the LabelFontSize property.
Declaration
public static readonly BindableProperty LabelFontSizeProperty
Field Value
BindableProperty
LabelFormatProperty
Identifies the LabelFormat property.
Declaration
public static readonly BindableProperty LabelFormatProperty
Field Value
BindableProperty
LabelFormatterProperty
Identifies the LabelFormatter property.
Declaration
public static readonly BindableProperty LabelFormatterProperty
Field Value
BindableProperty
LabelTextColorProperty
Identifies the LabelTextColor property.
Declaration
public static readonly BindableProperty LabelTextColorProperty
Field Value
BindableProperty
LineColorProperty
Identifies the LineColor property.
Declaration
public static readonly BindableProperty LineColorProperty
Field Value
BindableProperty
LineDashArrayProperty
Identifies the LineDashArray property.
Declaration
public static readonly BindableProperty LineDashArrayProperty
Field Value
BindableProperty
MajorTickBackgroundColorProperty
Identifies the MajorTickBackgroundColor property.
Declaration
public static readonly BindableProperty MajorTickBackgroundColorProperty
Field Value
BindableProperty
MajorTickThicknessProperty
Identifies the MajorTickThickness property.
Declaration
public static readonly BindableProperty MajorTickThicknessProperty
Field Value
BindableProperty
ShowLabelsProperty
Identifies the ShowLabels property.
Declaration
public static readonly BindableProperty ShowLabelsProperty
Field Value
BindableProperty
Properties
LabelFitMode
Gets or sets the LabelFitMode.
Declaration
public AxisLabelFitMode LabelFitMode { get; set; }
Property Value
LabelFontSize
Gets or sets the LabelFontSize.
LabelFormat
Gets or sets the format to display label data.
LabelFormatter
Gets or sets the label formatter.
Declaration
public ILabelFormatter LabelFormatter { get; set; }
Property Value
LabelTextColor
Gets or sets the LabelTextColor.
Declaration
public Color LabelTextColor { get; set; }
Property Value
Color
LineColor
Gets or sets the LineColor.
Declaration
public Color LineColor { get; set; }
Property Value
Color
LineDashArray
Gets or sets the LineStroke.
MajorTickBackgroundColor
Gets or sets the MajorTickBackgroudColor.
Declaration
public Color MajorTickBackgroundColor { get; set; }
Property Value
Color
MajorTickThickness
Gets or sets the MajorTickThickness.
ShowLabels
Gets or sets a value indicating whether labels will be displayed on this axis.
Methods
IsDefaultValue(string)
Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.