menu

WinUI

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

    Show / Hide Table of Contents

    Class ChartDataMarkerPresenter

    Represents ChartDataMarkerPresenter class.

    Inheritance
    System.Object
    ChartDataMarkerPresenter
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public class ChartDataMarkerPresenter : Canvas

    Constructors

    ChartDataMarkerPresenter()

    Initializes a new instance of the ChartDataMarkerPresenter class.

    Declaration
    public ChartDataMarkerPresenter()

    Fields

    SeriesProperty

    The DependencyProperty for Series property.

    Declaration
    public static readonly DependencyProperty SeriesProperty
    Field Value
    Type
    Microsoft.UI.Xaml.DependencyProperty

    VisibleSeriesProperty

    The DependencyProperty for VisibleSeries property.

    Declaration
    public static readonly DependencyProperty VisibleSeriesProperty
    Field Value
    Type
    Microsoft.UI.Xaml.DependencyProperty

    Properties

    Series

    Gets or sets the Series collection in Chart.

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

    VisibleSeries

    Gets or sets the VisibleSeries. This is a dependency property.

    Declaration
    public ObservableCollection<ChartSeries> VisibleSeries { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<ChartSeries>

    The VisibleSeries.

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