menu

WPF

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

    Show / Hide Table of Contents

    Class CursorLocationChangedeventArgs

    Class implementation for CursorLocationChangedeventArgs

    Inheritance
    System.Object
    CursorLocationChangedeventArgs
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class CursorLocationChangedeventArgs : RoutedEventArgs

    Constructors

    CursorLocationChangedeventArgs(ChartArea, InteractiveCursor, ChartAxis)

    Called when instance created for CursorLocationChangedeventArgs

    Declaration
    public CursorLocationChangedeventArgs(ChartArea area, InteractiveCursor cursor, ChartAxis axis)
    Parameters
    Type Name Description
    ChartArea area
    InteractiveCursor cursor
    ChartAxis axis

    Properties

    area

    Gets or Sets area property

    Declaration
    public ChartArea area { get; }
    Property Value
    Type
    ChartArea

    axis

    Gets or sets the axis property

    Declaration
    public ChartAxis axis { get; set; }
    Property Value
    Type
    ChartAxis

    cursor

    Gets or Sets the cursorProperty

    Declaration
    public InteractiveCursor cursor { get; }
    Property Value
    Type
    InteractiveCursor
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved