Class ChartPointInfo
Represents the class ChartPointInfo.
Inheritance
System.Object
ChartPointInfo
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ChartPointInfo : Object
Constructors
ChartPointInfo()
Declaration
public ChartPointInfo()
Properties
BackgroundColor
Gets the default background color of trackball label. By default, the series color is applied to the background of trackball label if it is not changed from label style.
Declaration
public Color BackgroundColor { get; }
Property Value
Type |
---|
Xamarin.Forms.Color |
DataPoint
Gets the respective underlying object of selected data.
Declaration
public object DataPoint { get; }
Property Value
Type |
---|
System.Object |
DataPointIndex
Gets the index of selected data point.
Declaration
public int DataPointIndex { get; }
Property Value
Type |
---|
System.Int32 |
IsVisible
Gets or sets the visibility of the trackball label.
Declaration
public bool IsVisible { get; set; }
Property Value
Type |
---|
System.Boolean |
Label
Gets or sets the corresponding label for the trackball.
Declaration
public string Label { get; set; }
Property Value
Type |
---|
System.String |
LabelStyle
Gets the respective label style of trackball label. The appearance of trackball label can be customized using this property.
Declaration
public ChartLabelStyle LabelStyle { get; }
Property Value
Type |
---|
ChartLabelStyle |
Series
Gets the series of selected data.
Declaration
public ChartSeries Series { get; }
Property Value
Type |
---|
ChartSeries |
XPosition
Gets the x-position of trackball label.
Declaration
public double XPosition { get; }
Property Value
Type |
---|
System.Double |
YPosition
Gets the y-position of trackball label.
Declaration
public double YPosition { get; }
Property Value
Type |
---|
System.Double |