Class AxisTitleStyle
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class AxisTitleStyle : ChartLabelStyle, INotifyPropertyChanged
Constructors
AxisTitleStyle()
Declaration
public AxisTitleStyle()
Properties
Text
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
Methods
DrawTitleBackground(Canvas, Rect, Single, Single)
Declaration
protected void DrawTitleBackground(Canvas canvas, Rect bounds, float pointX, float pointY)
Parameters
Type | Name | Description |
---|---|---|
Android.Graphics.Canvas | canvas | |
Android.Graphics.Rect | bounds | |
System.Single | pointX | |
System.Single | pointY |
Implements
System.ComponentModel.INotifyPropertyChanged