Class SFChartPointInfo
This class contains information about the displaying series data points.
Inheritance
System.Object
SFChartPointInfo
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFChartPointInfo : NSObject
Constructors
SFChartPointInfo()
Declaration
public SFChartPointInfo()
Properties
Color
Declaration
public NSColor Color { get; set; }
Property Value
Type |
Description |
AppKit.NSColor |
|
Data
Declaration
public object Data { get; }
Property Value
Type |
Description |
System.Object |
|
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
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
Type |
Description |
System.Boolean |
|
X
Declaration
public double X { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y
Declaration
public double Y { get; set; }
Property Value
Type |
Description |
System.Double |
|