Class ChartTrackBallControl
Defines the control template for the trackball.
Inheritance
System.Object
ChartTrackBallControl
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.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 |
---|
System.Windows.DependencyProperty |
StrokeProperty
The DependencyProperty for Stroke property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
StrokeThicknessProperty
The DependencyProperty for StrokeThickness property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
Type |
---|
System.Windows.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 |
---|---|
System.Windows.Media.Brush | The System.Windows.Media.Brush value. |
StrokeThickness
Gets or sets StrokeThickness property.
Declaration
public double StrokeThickness { get; set; }
Property Value
Type |
---|
System.Double |