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 |
Description |
Android.Graphics.Color |
|
Declaration
public float MarginBottom { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float MarginLeft { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float MarginRight { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float MarginTop { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public Color StrokeColor { get; set; }
Property Value
Type |
Description |
Android.Graphics.Color |
|
Declaration
public float StrokeWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
Type |
Description |
Android.Graphics.Color |
|
TextSize
Declaration
public float TextSize { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public Typeface Typeface { get; set; }
Property Value
Type |
Description |
Android.Graphics.Typeface |
|