WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartAdornmentPresenter - WPF API Reference | Syncfusion ChartAdornmentPresenter class. ">

    Show / Hide Table of Contents

    Class ChartAdornmentPresenter

    Represents ChartAdornmentPresenter class.

    Inheritance
    System.Object
    ChartAdornmentPresenter
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class ChartAdornmentPresenter : Canvas

    Constructors

    ChartAdornmentPresenter()

    Declaration
    public ChartAdornmentPresenter()

    Fields

    SeriesProperty

    The DependencyProperty for Series property.

    Declaration
    public static readonly DependencyProperty SeriesProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    VisibleSeriesProperty

    The DependencyProperty for VisibleSeries property.

    Declaration
    public static readonly DependencyProperty VisibleSeriesProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Series

    Gets or sets the Series collection in Chart.

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

    VisibleSeries

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

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

    The VisibleSeries.

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