WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartTrackBallControl - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    System.Windows.DependencyProperty

    StrokeProperty

    The DependencyProperty for Stroke property.

    Declaration
    public static readonly DependencyProperty StrokeProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    StrokeThicknessProperty

    The DependencyProperty for StrokeThickness property.

    Declaration
    public static readonly DependencyProperty StrokeThicknessProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Series

    Gets or sets Series property.

    Declaration
    public ChartSeriesBase Series { get; set; }
    Property Value
    Type Description
    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 Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved