ATAS
|
Represents a data series of price selection values, each element is a synchronized list of PriceSelectionValue. More...
Public Member Functions | |
PriceSelectionDataSeries (string id, string name) | |
Initializes a new instance of the PriceSelectionDataSeries class with the specified unique and constant data series ID for data serialization and unique name. | |
PriceSelectionDataSeries (string id) | |
Initializes a new instance of the PriceSelectionDataSeries class with the specified unique and constant data series ID for data serialization. | |
override void | Clear () |
Public Member Functions inherited from ATAS.Indicators.BaseDataSeries< SyncList< PriceSelectionValue > > | |
virtual void | Clear () |
override string | ToString () |
Properties | |
bool | Visible [get, set] |
Gets or sets the visibility of the price selection data series. | |
override int | Count [get] |
override SyncList< PriceSelectionValue > | this[int index] [get, set] |
Properties inherited from ATAS.Indicators.BaseDataSeries< SyncList< PriceSelectionValue > > | |
bool | DrawAbovePrice [get, set] |
bool | IgnoredByAlerts [get, set] |
string | Id [get, set] |
Gets or sets the unique and constant data series ID for data serialization. | |
DataSeriesType | Type [get] |
string | Name [get, set] |
string | DescriptionKey [get, set] |
abstract int | Count [get] |
abstract T | this[int index] [get, set] |
Gets or sets the element at the specified index. | |
bool | IsHidden [get, set] |
bool | ShowTooltip [get, set] |
bool | UseMinimizedModeIfEnabled [get, set] |
bool | ResetAlertsOnNewBar [get, set] |
bool | ShowNameOnMouseOver [get, set] |
Additional Inherited Members | |
Protected Member Functions inherited from ATAS.Indicators.BaseDataSeries< SyncList< PriceSelectionValue > > | |
void | RaiseChanged (int bar) |
virtual void | RaisePropertyChanged (string propertyName) |
virtual void | RaisePanelPropertyChanged (string propertyName) |
BaseDataSeries (string id, DataSeriesType type) | |
BaseDataSeries (string id, string name, DataSeriesType type) | |
BaseDataSeries (DataSeriesType type) | |
Events inherited from ATAS.Indicators.BaseDataSeries< SyncList< PriceSelectionValue > > | |
Action< int > | Changed |
PropertyChangedEventHandler | PropertyChanged |
PropertyChangedEventHandler | PanelPropertyChanged |
Represents a data series of price selection values, each element is a synchronized list of PriceSelectionValue.
ATAS.Indicators.PriceSelectionDataSeries.PriceSelectionDataSeries | ( | string | id, |
string | name | ||
) |
Initializes a new instance of the PriceSelectionDataSeries class with the specified unique and constant data series ID for data serialization and unique name.
id | The unique and constant data series ID for data serialization. |
name | The unique data series name. |
ATAS.Indicators.PriceSelectionDataSeries.PriceSelectionDataSeries | ( | string | id | ) |
Initializes a new instance of the PriceSelectionDataSeries class with the specified unique and constant data series ID for data serialization.
id | The unique and constant data series ID for data serialization. |
|
virtual |
Reimplemented from ATAS.Indicators.BaseDataSeries< SyncList< PriceSelectionValue > >.
|
get |
|
getset |
|
getset |
Gets or sets the visibility of the price selection data series.