Class ChartLegendLabelStyle
Inheritance
System.Object
ChartLegendLabelStyle
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ChartLegendLabelStyle : Object, INotifyPropertyChanged
Constructors
ChartLegendLabelStyle()
Declaration
public ChartLegendLabelStyle()
Properties
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
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
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