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
Type |
Description |
System.Object |
|
Color
Declaration
public Color Color { get; }
Property Value
Type |
Description |
Android.Graphics.Color |
|
DataPointIndex
Declaration
public int DataPointIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelStyle
Declaration
public ChartLabelStyle LabelStyle { get; }
Property Value
Series
Declaration
public ChartSeries Series { get; }
Property Value
XPosition
Declaration
public double XPosition { get; }
Property Value
Type |
Description |
System.Double |
|
YPosition
Declaration
public double YPosition { get; }
Property Value
Type |
Description |
System.Double |
|