Class ChartPointInfo
Inheritance
System.Object
ChartPointInfo
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ChartPointInfo : Object
Constructors
ChartPointInfo()
Declaration
Properties
ChartDataPoint
Declaration
public object ChartDataPoint { get; }
Property Value
Color
Declaration
public Color Color { get; }
Property Value
Type |
Android.Graphics.Color |
DataPointIndex
Declaration
public int DataPointIndex { get; }
Property Value
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value
Label
Declaration
public string Label { get; set; }
Property Value
LabelStyle
Declaration
public ChartLabelStyle LabelStyle { get; }
Property Value
Series
Declaration
public ChartSeries Series { get; }
Property Value
XPosition
Declaration
public double XPosition { get; }
Property Value
YPosition
Declaration
public double YPosition { get; }
Property Value