WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IndicatorCollection

    Show / Hide Table of Contents

    Class IndicatorCollection

    Represents class implementation for IndicatorCollection

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

    Constructors

    IndicatorCollection()

    Called when instance created for IndicatorCollection Class

    Declaration
    public IndicatorCollection()

    Properties

    Count

    Gets the count.

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32

    The count.

    Items

    Gets the items.

    Declaration
    public ObservableCollection<ChartTechnicalIndicator> Items { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<ChartTechnicalIndicator>

    The items.

    Methods

    OnPropertyChanged(DependencyPropertyChangedEventArgs)

    Called when the property changed.

    Declaration
    protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs e

    The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

    Events

    PropertyChanged

    Initializes PropertyChanged

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

    Implements

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