Table of Contents

Class CandleSettingsEditor

Namespace
StockSharp.Xaml.PropertyGrid
Assembly
StockSharp.Xaml.dll

Editor for CandleSeries.

public class CandleSettingsEditor : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
Inheritance
CandleSettingsEditor
Implements
Inherited Members
Extension Methods

Constructors

CandleSettingsEditor()

Initializes a new instance of the CandleSettingsEditor.

public CandleSettingsEditor()

Fields

SettingsProperty

public static readonly DependencyProperty SettingsProperty

Field Value

DependencyProperty

Properties

DataType

Candles settings.

public DataType DataType { get; set; }

Property Value

DataType

Settings

Candles settings.

[Obsolete("Use DataType property.")]
public CandleSeries Settings { get; set; }

Property Value

CandleSeries

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Events

DataTypeChanged

DataType changed event.

public event Action DataTypeChanged

Event Type

Action

SettingsChanged

Settings changed event.

[Obsolete("Use DataTypeChanged event.")]
public event Action SettingsChanged

Event Type

Action