menu

WPF

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

    Show / Hide Table of Contents

    Class InteractiveCursorLabelContent

    Represents the class for InteractiveCursorLabelContent

    Inheritance
    System.Object
    InteractiveCursorLabelContent
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class InteractiveCursorLabelContent : DependencyObject, INotifyPropertyChanged

    Constructors

    InteractiveCursorLabelContent()

    Declaration
    public InteractiveCursorLabelContent()

    Properties

    DataPoint

    Get and Set the DataPointProperty

    Declaration
    public IChartDataPoint DataPoint { get; set; }
    Property Value
    Type
    IChartDataPoint

    Series

    Get and Set the Series Property

    Declaration
    public ChartSeries Series { get; set; }
    Property Value
    Type
    ChartSeries

    X

    Get and Set the X property

    Declaration
    public object X { get; set; }
    Property Value
    Type
    System.Object

    Y

    Get and Set the Y property

    Declaration
    public object Y { get; set; }
    Property Value
    Type
    System.Object

    Events

    PropertyChanged

    Event for PropertyChanged in InteractiveCursorLabelContent

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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