ChartSettingsObjectBase

StockSharp.Xaml.Charting.Ultrachart

Base proxy object to edit chart element in property grid.

Inherits: NotifiableObject

Implements: ICustomTypeDescriptor

Constructors

ChartSettingsObjectBase
protected ChartSettingsObjectBase(T orig)
chartSettingsObjectBase = ChartSettingsObjectBase(orig)

Base proxy object to edit chart element in property grid.

orig
Parent chart element or indicator.

Properties

CategoriesMode
public CategoriesShowMode CategoriesMode { get; protected set; }
value = chartSettingsObjectBase.CategoriesMode
chartSettingsObjectBase.CategoriesMode = value

Categories mode of property grid.

Orig
public T Orig { get; }
value = chartSettingsObjectBase.Orig

Parent chart element or indicator.

Methods

OnGetProperties
protected abstract PropertyDescriptor[] OnGetProperties(T obj)
result = chartSettingsObjectBase.OnGetProperties(obj)

Get property list from wrapped object.

ToString
public override string ToString()
result = chartSettingsObjectBase.ToString()

Преобразовать к строковому представлению.

Returns: Строковое представление.