Property | Type | Description | |
---|---|---|---|
TitleProperty |
Method | Description | |
---|---|---|
OnSeriesHostPropertyChanged ( ISeriesHost oldValue, ISeriesHost newValue ) : void |
Called when the value of the SeriesHost property changes.
|
|
OnTitleChanged ( object oldValue, object newValue ) : void |
Called when the Title property changes.
|
|
Series ( ) : System |
Initializes a new instance of the Series class.
|
Method | Description | |
---|---|---|
OnTitleChanged ( |
TitleProperty property changed callback.
|
protected OnSeriesHostPropertyChanged ( ISeriesHost oldValue, ISeriesHost newValue ) : void | ||
oldValue | ISeriesHost | The value to be replaced. |
newValue | ISeriesHost | The new series host value. |
return | void |
protected OnTitleChanged ( object oldValue, object newValue ) : void | ||
oldValue | object | The old value of the Title property. |
newValue | object | The new value of the Title property. |
return | void |