Class ChartTrackBallControl
Defines the control template for the trackball.
Inheritance
System.Object
ChartTrackBallControl
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public class ChartTrackBallControl : Control
Constructors
ChartTrackBallControl(ChartSeriesBase)
Called when instance created for ChartTrackBallControl
Declaration
public ChartTrackBallControl(ChartSeriesBase series)
Parameters
| Type | Name | Description |
|---|---|---|
| ChartSeriesBase | series |
Fields
SeriesProperty
The DependencyProperty for Series property.
Declaration
public static readonly DependencyProperty SeriesProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
StrokeProperty
The DependencyProperty for Stroke property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
StrokeThicknessProperty
The DependencyProperty for StrokeThickness property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
Properties
Series
Gets or sets Series property.
Declaration
public ChartSeriesBase Series { get; set; }
Property Value
| Type |
|---|
| ChartSeriesBase |
Stroke
Gets or sets stroke property.
Declaration
public Brush Stroke { get; set; }
Property Value
| Type | Description |
|---|---|
| Windows.UI.Xaml.Media.Brush | The Windows.UI.Xaml.Media.Brush value. |
StrokeThickness
Gets or sets StrokeThickness property.
Declaration
public double StrokeThickness { get; set; }
Property Value
| Type |
|---|
| System.Double |