WPF

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    IChartDataPoint

    Series

    Get and Set the Series Property

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

    X

    Get and Set the X property

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

    Y

    Get and Set the Y property

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

    Events

    PropertyChanged

    Event for PropertyChanged in InteractiveCursorLabelContent

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

    Implements

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