New to Telerik UI for .NET MAUIStart a free 30-day trial

Definition

Namespace:Telerik.Maui.Controls.Compatibility.ChartRenderer.Android

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

C#
public class AndroidCategoricalAxis : CategoricalAxis

Inheritance: objectAndroidCategoricalAxis

Constructors

C#
public AndroidCategoricalAxis()

Methods

CreateModel()

AxisModel

C#
protected override AxisModel CreateModel()
Returns:

AxisModel

C#
public void SetLabelFormat(string format)
Parameters:formatstring
C#
public void SetLabelFormatter(ILabelFormatter formatter)
Parameters:formatterILabelFormatter