menu

WPF

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

    Show / Hide Table of Contents

    Class ChartAnnotationDragEventArgs

    Class implementation for ChartAnnotationDragEventArgs

    Inheritance
    System.Object
    System.EventArgs
    ChartAnnotationDragEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class ChartAnnotationDragEventArgs : EventArgs

    Constructors

    ChartAnnotationDragEventArgs(ChartAnnotationLabel)

    Constructor for ChartAnnotationDragEventArgs

    Declaration
    public ChartAnnotationDragEventArgs(ChartAnnotationLabel annotLabel)
    Parameters
    Type Name Description
    ChartAnnotationLabel annotLabel

    Properties

    label

    Get and Set label property

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