Class
CategoricalAxis

Represents a categorical axis for chart controls that displays discrete categories.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class CategoricalAxis : CartesianAxis

Inheritance: objectChartElementAxisCartesianAxisCategoricalAxis

Inherited Members CartesianAxis.LocationPropertyCartesianAxis.IsDefaultValue(string)CartesianAxis.LocationAxis.LabelFitModePropertyAxis.LabelFontSizePropertyAxis.LabelFormatPropertyAxis.LabelTextColorPropertyAxis.LineColorPropertyAxis.LineDashArrayPropertyAxis.MajorTickBackgroundColorPropertyAxis.MajorTickThicknessPropertyAxis.ShowLabelsPropertyAxis.LabelFormatterPropertyAxis.LabelFitModeAxis.LabelFontSizeAxis.LabelFormatterAxis.LabelFormatAxis.LabelTextColorAxis.LineColorAxis.LineDashArrayAxis.MajorTickBackgroundColorAxis.MajorTickThicknessAxis.ShowLabelsChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

CategoricalAxis()

Declaration

cs-api-definition
public CategoricalAxis()

Fields

GapLengthProperty

Identifies the GapLength property.

Declaration

cs-api-definition
public static readonly BindableProperty GapLengthProperty

Field Value

BindableProperty

MajorTickIntervalProperty

Identifies the MajorTickInterval property.

Declaration

cs-api-definition
public static readonly BindableProperty MajorTickIntervalProperty

Field Value

BindableProperty

PlotModeProperty

Identifies the PlotMode property.

Declaration

cs-api-definition
public static readonly BindableProperty PlotModeProperty

Field Value

BindableProperty

Properties

GapLength

Gets or sets the GapLength.

Declaration

cs-api-definition
public double GapLength { get; set; }

Property Value

double

MajorTickInterval

Gets or sets the MajorTickInterval.

Declaration

cs-api-definition
public int MajorTickInterval { get; set; }

Property Value

int

PlotMode

Gets or sets the PlotMode.

Declaration

cs-api-definition
public AxisPlotMode PlotMode { get; set; }

Property Value

AxisPlotMode