Class SFChartTrackballMarkerStyle
This class is used to customize the appearance of the trackball marker that appears over the data point when trackball is enabled in the chart.
Inheritance
System.Object
SFChartTrackballMarkerStyle
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFChartTrackballMarkerStyle : Object
Constructors
SFChartTrackballMarkerStyle()
Declaration
public SFChartTrackballMarkerStyle()
Properties
BorderColor
Gets or sets the color of the border.
Declaration
public UIColor BorderColor { get; set; }
Property Value
| Type |
|---|
| UIKit.UIColor |
BorderWidth
Gets or sets the width of the border.
Declaration
public float BorderWidth { get; set; }
Property Value
| Type |
|---|
| System.Single |
Color
Gets or sets the marker color.
Declaration
public UIColor Color { get; set; }
Property Value
| Type |
|---|
| UIKit.UIColor |
Height
Gets or sets the marker height.
Declaration
public float Height { get; set; }
Property Value
| Type |
|---|
| System.Single |
MarkerType
Gets or sets the type of the marker.
Declaration
public SFChartDataMarkerType MarkerType { get; set; }
Property Value
| Type |
|---|
| SFChartDataMarkerType |
Visible
Gets or sets a value indicating whether this trackball marker is visible.
Declaration
public bool Visible { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Width
Gets or sets the marker width.
Declaration
public float Width { get; set; }
Property Value
| Type |
|---|
| System.Single |