ChartPart
StockSharp.Xaml.Charting
The base class that describes the part of the chart.
Herda de: Equatable<T>
Implementa: INotifyPropertyChanging, INotifyPropertyChanged, IChartPart<T>, IPersistable
Construtores
ChartPart()
Initialize ChartPart.
Propriedades
Métodos
OnEquals(T) : bool
Compare ChartElement on the equivalence.
- other
- Another value with which to compare.
Retorna: , if the specified object is equal to the current object, otherwise, .
RaisePropertyValueChanging(string, object)
To call the event PropertyValueChanging.
- name
- Property name.
- value
- New value of the property.
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.
Retorna: if the field was updated. otherwise.
Eventos
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.