Class SFChartPointInfo
This class contains information about the displaying series data points.
Inheritance
System.Object
SFChartPointInfo
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFChartPointInfo : NSObject
Constructors
SFChartPointInfo()
Declaration
public SFChartPointInfo()
Properties
Color
Declaration
public UIColor Color { get; set; }
Property Value
Data
Declaration
public object Data { get; }
Property Value
Label
Declaration
public string Label { get; set; }
Property Value
LabelStyle
Declaration
public SFChartTrackballLabelStyle LabelStyle { get; }
Property Value
MarkerStyle
Declaration
public SFChartTrackballMarkerStyle MarkerStyle { get; }
Property Value
Series
Declaration
public SFCartesianSeries Series { get; }
Property Value
Visible
Declaration
public bool Visible { get; set; }
Property Value
X
Declaration
public double X { get; set; }
Property Value
Y
Declaration
public double Y { get; set; }
Property Value