Class TooltipStyle
Inheritance
System.Object
TooltipStyle
Assembly: Syncfusion.SfChart.Android.dll
public class TooltipStyle : Object
Constructors
Declaration
Properties
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
Declaration
public float MarginBottom { get; set; }
Property Value
Declaration
public float MarginLeft { get; set; }
Property Value
Declaration
public float MarginRight { get; set; }
Property Value
Declaration
public float MarginTop { get; set; }
Property Value
Declaration
public Color StrokeColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
Declaration
public float StrokeWidth { 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
Declaration
public Typeface Typeface { get; set; }
Property Value
Type |
Android.Graphics.Typeface |