Class ChartLabelStyle
Inheritance
System.Object
ChartLabelStyle
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ChartLabelStyle : Object, INotifyPropertyChanged
Constructors
ChartLabelStyle()
Declaration
Properties
BackgroundColor
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
Declaration
public string LabelFormat { get; set; }
Property Value
MarginBottom
Declaration
public float MarginBottom { get; set; }
Property Value
MarginLeft
Declaration
public float MarginLeft { get; set; }
Property Value
MarginRight
Declaration
public float MarginRight { get; set; }
Property Value
MarginTop
Declaration
public float MarginTop { get; set; }
Property Value
StrokeColor
Declaration
public Color StrokeColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
StrokePaint
Declaration
protected Paint StrokePaint { get; set; }
Property Value
Type |
Android.Graphics.Paint |
StrokeWidth
Declaration
public float StrokeWidth { get; set; }
Property Value
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
TextPaint
Declaration
protected Paint TextPaint { get; set; }
Property Value
Type |
Android.Graphics.Paint |
TextSize
Declaration
public float TextSize { get; set; }
Property Value
Typeface
Declaration
public Typeface Typeface { get; set; }
Property Value
Type |
Android.Graphics.Typeface |
Methods
OnPropertyChanged(Boolean, String)
Declaration
protected virtual void OnPropertyChanged(bool requestLayout, string propertyName = null)
Parameters
Type |
Name |
Description |
System.Boolean |
requestLayout |
|
System.String |
propertyName |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged