ATAS
|
Interface for data series, providing essential properties and methods. More...
Public Member Functions | |
void | Clear () |
Clears all elements from the data series. | |
Properties | |
string | Id [get] |
Gets the unique and constant data series ID for data serialization. | |
DataSeriesType | Type [get] |
Gets the type of the data series from the enumeration. | |
string | Name [get, set] |
Gets or sets the name of the data series. | |
string | DescriptionKey [get, set] |
Get or sets the description of the data series. | |
int | Count [get] |
Gets the number of elements in the data series. | |
bool | IsHidden [get, set] |
Gets or sets a value indicating whether the data series properties should be hidden from the settings window. | |
bool | DrawAbovePrice [get, set] |
Gets or sets whether the data series should be drawn above candles of chart. | |
bool | UseMinimizedModeIfEnabled [get, set] |
Gets or sets a value indicating whether the minimized mode should be used if enabled. | |
bool | IgnoredByAlerts [get, set] |
Gets or sets a value indicating whether the data series should be ignored by alerts. | |
bool | ResetAlertsOnNewBar [get, set] |
Gets or sets a value indicating whether alerts should be reset on a new bar. | |
bool | ShowTooltip [get, set] |
Gets or sets a value indicating whether the data series tooltip should be shown. | |
bool | ShowNameOnMouseOver [get, set] |
Gets or sets a value indicating whether the name of the data series should be shown on mouseover. | |
object | this[int index] [get, set] |
new T | this[int index] [get, set] |
Gets or sets the element at the specified index. | |
Events | |
Action< int > | Changed |
Event raised when the data series is changed at a specific bar. | |
Events inherited from ATAS.Indicators.INotifyPanelPropertyChanged | |
PropertyChangedEventHandler | PanelPropertyChanged |
Occurs when a panel property value changes. | |
Interface for data series, providing essential properties and methods.
Interface for typed data series, providing essential properties and methods.
void ATAS.Indicators.IDataSeries< T >.Clear | ( | ) |
Clears all elements from the data series.
Implemented in ATAS.Indicators.BaseDataSeries< T >.
|
get |
Gets the number of elements in the data series.
Implemented in ATAS.Indicators.BaseDataSeries< T >.
|
getset |
Get or sets the description of the data series.
Implemented in ATAS.Indicators.BaseDataSeries< T >.
|
getset |
Gets or sets whether the data series should be drawn above candles of chart.
Implemented in ATAS.Indicators.BaseDataSeries< T >.
|
get |
Gets the unique and constant data series ID for data serialization.
Implemented in ATAS.Indicators.BaseDataSeries< T >.
|
getset |
Gets or sets a value indicating whether the data series should be ignored by alerts.
Implemented in ATAS.Indicators.BaseDataSeries< T >.
|
getset |
Gets or sets a value indicating whether the data series properties should be hidden from the settings window.
Implemented in ATAS.Indicators.BaseDataSeries< T >.
|
getset |
Gets or sets the name of the data series.
Implemented in ATAS.Indicators.BaseDataSeries< T >.
|
getset |
Gets or sets a value indicating whether alerts should be reset on a new bar.
Implemented in ATAS.Indicators.BaseDataSeries< T >.
|
getset |
Gets or sets a value indicating whether the name of the data series should be shown on mouseover.
Implemented in ATAS.Indicators.BaseDataSeries< T >.
|
getset |
Gets or sets a value indicating whether the data series tooltip should be shown.
Implemented in ATAS.Indicators.BaseDataSeries< T >.
|
getset |
Implemented in ATAS.Indicators.BaseDataSeries< T >.
|
getset |
Gets or sets the element at the specified index.
index | must be a non-negative integer. |
Implemented in ATAS.Indicators.BaseDataSeries< T >.
|
get |
Gets the type of the data series from the enumeration.
Implemented in ATAS.Indicators.BaseDataSeries< T >.
|
getset |
Gets or sets a value indicating whether the minimized mode should be used if enabled.
Implemented in ATAS.Indicators.BaseDataSeries< T >.
Action<int> ATAS.Indicators.IDataSeries< T >.Changed |
Event raised when the data series is changed at a specific bar.