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.