ChartPart

StockSharp.Xaml.Charting

The base class that describes the part of the chart.

Erbt von: Equatable<T>

Implementiert: INotifyPropertyChanging, INotifyPropertyChanged, IChartPart<T>, IPersistable

Konstruktoren

ChartPart()

Initialize ChartPart.

Eigenschaften

Id : Guid

Unique ID.

Methoden

CopyTo(T) : T

To fill out a copy of the element.

elem
Copy.

Rückgabe: Copy.

GetHashCode() : int

Get the hash code of the object ChartElement.

Rückgabe: 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.

Rückgabe: , 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.

Rückgabe: if the field was updated. otherwise.

Ereignisse

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.