Axis
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
protected Axis()
Fields
LabelFitModeProperty
BindableProperty
Identifies the LabelFitMode property.
public static readonly BindableProperty LabelFitModeProperty
LabelFontSizeProperty
BindableProperty
Identifies the LabelFontSize property.
public static readonly BindableProperty LabelFontSizeProperty
LabelFormatProperty
BindableProperty
Identifies the LabelFormat property.
public static readonly BindableProperty LabelFormatProperty
LabelFormatterProperty
BindableProperty
Identifies the LabelFormatter property.
public static readonly BindableProperty LabelFormatterProperty
LabelTextColorProperty
BindableProperty
Identifies the LabelTextColor property.
public static readonly BindableProperty LabelTextColorProperty
LineColorProperty
BindableProperty
Identifies the LineColor property.
public static readonly BindableProperty LineColorProperty
LineDashArrayProperty
BindableProperty
Identifies the LineDashArray property.
public static readonly BindableProperty LineDashArrayProperty
MajorTickBackgroundColorProperty
BindableProperty
Identifies the MajorTickBackgroundColor property.
public static readonly BindableProperty MajorTickBackgroundColorProperty
MajorTickThicknessProperty
BindableProperty
Identifies the MajorTickThickness property.
public static readonly BindableProperty MajorTickThicknessProperty
ShowLabelsProperty
BindableProperty
Identifies the ShowLabels property.
public static readonly BindableProperty ShowLabelsProperty
Properties
Gets or sets the LabelFitMode.
public AxisLabelFitMode LabelFitMode { get; set; }
Gets or sets the LabelFontSize.
public double LabelFontSize { get; set; }
Gets or sets the format to display label data.
public string LabelFormat { get; set; }
Gets or sets the label formatter.
public ILabelFormatter LabelFormatter { get; set; }
LabelTextColor
Color
Gets or sets the LabelTextColor.
public Color LabelTextColor { get; set; }
LineColor
Color
Gets or sets the LineColor.
public Color LineColor { get; set; }
Gets or sets the LineStroke.
public double[] LineDashArray { get; set; }
Gets or sets the MajorTickBackgroudColor.
public Color MajorTickBackgroundColor { get; set; }
Gets or sets the MajorTickThickness.
public double MajorTickThickness { get; set; }
Gets or sets a value indicating whether labels will be displayed on this axis.
public bool ShowLabels { get; set; }