Class AndroidCategoricalAxisModel
Inheritance
System.Object
AndroidCategoricalAxisModel
Namespace: Telerik.Maui.Controls.Compatibility.ChartRenderer.Android
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class AndroidCategoricalAxisModel : CategoricalAxisModel
Constructors
AndroidCategoricalAxisModel()
Declaration
public AndroidCategoricalAxisModel()
Properties
CLRLabelFormat
Declaration
public string CLRLabelFormat { get; set; }
Property Value
System.String
|
CLRLabelFormatter
Methods
GetLabelContentCore(AxisTickModel)
Declaration
protected override Object GetLabelContentCore(AxisTickModel p0)
Parameters
Com.Telerik.Widget.Chart.Engine.Axes.AxisTickModel
p0
|
Returns
Java.Lang.Object
|