menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SyncInteractiveCursor - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SyncInteractiveCursor

    Class represents Cursor in SyncInteractivecursor.

    Inheritance
    System.Object
    SyncInteractiveCursor
    Implements
    IChartSerializer
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class SyncInteractiveCursor : DependencyObject, IChartSerializer

    Constructors

    SyncInteractiveCursor()

    Declaration
    public SyncInteractiveCursor()

    Fields

    BindWithMouseMoveOnSegmentProperty

    Identifies the BindWithMoseMoveOnSegment, It is a Dependency Property.

    Declaration
    public static readonly DependencyProperty BindWithMouseMoveOnSegmentProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    CursorStrokeThicknessProperty

    Identifies the CursorStrokeThickness, It is a Dependency Property.

    Declaration
    public static readonly DependencyProperty CursorStrokeThicknessProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    CursorVisibilityProperty

    Identifies the CursorVisibility, It is a Dependency Property.

    Declaration
    public static readonly DependencyProperty CursorVisibilityProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    HorizontalCursorStrokeProperty

    Identifies the HorizontalCursorStroke, It is a Dependency Property.

    Declaration
    public static readonly DependencyProperty HorizontalCursorStrokeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsBindWithSegmentProperty

    Identifies the IsBindWithSegment, It is a Dependency Property.

    Declaration
    public static readonly DependencyProperty IsBindWithSegmentProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    LabelBackgroundProperty

    Identifies the LabelBackground, It is a Dependency Property.

    Declaration
    public static readonly DependencyProperty LabelBackgroundProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    LabelForegroundProperty

    Identifies the LabelForeground, It is a Dependency Property.

    Declaration
    public static readonly DependencyProperty LabelForegroundProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    LabelVisibilityProperty

    Identifies the LabelVisibility, It is a Dependency Property.

    Declaration
    public static readonly DependencyProperty LabelVisibilityProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    OffsetXProperty

    Identifies the OffsetX, It is a Dependency Property.

    Declaration
    public static readonly DependencyProperty OffsetXProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    OffsetYProperty

    Identifies the OffsetY, It is a Dependency Property.

    Declaration
    public static readonly DependencyProperty OffsetYProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    VerticalCursorStrokeProperty

    Identifies the VerticalCursorStroke, It is a Dependency Property.

    Declaration
    public static readonly DependencyProperty VerticalCursorStrokeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    BindWithMouseMoveOnSegment

    Gets or sets a value indicating whether [bind with mose move on segment].

    Declaration
    public bool BindWithMouseMoveOnSegment { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [bind with mose move on segment]; otherwise, false.

    CursorStrokeThickness

    Gets or sets the cursor stroke thickness.

    Declaration
    public double CursorStrokeThickness { get; set; }
    Property Value
    Type Description
    System.Double

    The cursor stroke thickness.

    CursorVisibility

    Gets or sets the cursor visibility.

    Declaration
    public Visibility CursorVisibility { get; set; }
    Property Value
    Type Description
    System.Windows.Visibility

    The cursor visibility.

    HorizontalCursorStroke

    Gets or sets the horizontal cursor stroke.

    Declaration
    public Brush HorizontalCursorStroke { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The horizontal cursor stroke.

    IsBindWithSegment

    Gets or sets a value indicating whether this instance is bind with segment.

    Declaration
    public bool IsBindWithSegment { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is bind with segment; otherwise, false.

    LabelBackground

    Gets or sets the label background.

    Declaration
    public Brush LabelBackground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The label background.

    LabelForeground

    Gets or sets the label foreground.

    Declaration
    public Brush LabelForeground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The label foreground.

    LabelVisibility

    Gets or sets the label visibility.

    Declaration
    public Visibility LabelVisibility { get; set; }
    Property Value
    Type Description
    System.Windows.Visibility

    The label visibility.

    OffsetX

    Gets or sets the offset X.

    Declaration
    public double OffsetX { get; set; }
    Property Value
    Type Description
    System.Double

    The offset X.

    OffsetY

    Gets or sets the offset Y.

    Declaration
    public double OffsetY { get; set; }
    Property Value
    Type Description
    System.Double

    The offset Y.

    VerticalCursorStroke

    Gets or sets the vertical cursor stroke.

    Declaration
    public Brush VerticalCursorStroke { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The vertical cursor stroke.

    Methods

    Deserialize(String)

    Method declaration for DeSerialize

    Declaration
    public object Deserialize(string xamlString)
    Parameters
    Type Name Description
    System.String xamlString
    Returns
    Type
    System.Object

    Serialize()

    Method declaration for Serialize

    Declaration
    public string Serialize()
    Returns
    Type
    System.String

    Implements

    IChartSerializer
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved