ChartPart

StockSharp.Xaml.Charting

The base class that describes the part of the chart.

Наследует: Equatable<T>

Реализует: INotifyPropertyChanging, INotifyPropertyChanged, IChartPart<T>, IPersistable

Конструкторы

ChartPart()

Initialize ChartPart.

Свойства

Id : Guid

Unique ID.

Методы

CopyTo(T) : T

To fill out a copy of the element.

elem
Copy.

Возвращает: Copy.

GetHashCode() : int

Get the hash code of the object ChartElement.

Возвращает: A hash code.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnEquals(T) : bool

Compare ChartElement on the equivalence.

other
Another value with which to compare.

Возвращает: , if the specified object is equal to the current object, otherwise, .

RaisePropertyChanged(string)

To call the event PropertyChanged.

name
Property name.
RaisePropertyChanging(string)

To call the event PropertyChanging.

name
Property name.
RaisePropertyValueChanging(string, object)

To call the event PropertyValueChanging.

name
Property name.
value
New value of the property.
Save(SettingsStorage)

Save settings.

storage
Settings storage.
SetField``1(T, T, string)

Update field value and raise PropertyChanged event.

field
Field to update.
value
New value.
name
Name of the field to update.

Возвращает: if the field was updated. otherwise.

События

PropertyChanged : PropertyChangedEventHandler

The chart element properties value change event.

PropertyChanging : PropertyChangingEventHandler

The chart element properties value changing event.

PropertyValueChanging : Action<object, string, object>

The chart element properties value change start event.