Represents a data series of candles. Each element in the series is a Candle. More...
Public Member Functions | |
| CandleDataSeries (string id, string name) | |
| Initializes a new instance of the CandleDataSeries class with the specified unique and constant data series ID for data serialization and unique name. | |
| CandleDataSeries (string id) | |
| Initializes a new instance of the CandleDataSeries class with the specified unique and constant data series ID for data serialization. | |
| override void | Clear () |
Public Member Functions inherited from ATAS.Indicators.BaseDataSeries< Candle > | |
| virtual void | Clear () |
| override string | ToString () |
Properties | |
| int | Digits [get, set] |
| Gets or sets the number of digits after the decimal point. | |
| string | StringFormat [get, set] |
| Gets or sets the price string format used for displaying values. | |
| bool | ShowCurrentValue [get, set] |
| Gets or sets whether to show current values on the price panel. | |
| CrossColor | UpCandleColor [get, set] |
| Gets or sets the color of the data series element on a bullish (up) candle. | |
| CrossColor | DownCandleColor [get, set] |
| Gets or sets the color of the data series element on a bearish (down) candle. | |
| CrossColor | BorderColor [get, set] |
| Gets or sets the color of the data series element border. | |
| System.Drawing.Color | ValuesColor [get, set] |
| Gets or sets the color of the values text. | |
| bool | Visible [get, set] |
| Gets or sets whether the data series is visible on the chart. | |
| bool | ScaleIt [get, set] |
| Gets or sets whether to scale the data series on the chart. | |
| CandleVisualMode | Mode [get, set] |
| Gets or sets the visualization mode of the data series. | |
| bool | DrawCandleBorder [get, set] |
| Gets or sets whether to draw candle border. | |
| override bool | IsVisible [get] |
| override int | Count [get] |
| override Candle | this[int index] [get, set] |
Properties inherited from ATAS.Indicators.BaseDataSeries< Candle > | |
| 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. | |
| string | RenderId [get] |
| Unique series id for all panels and indicators. | |
| virtual bool | IsVisible [get] |
| Gets a value is should series drawn. | |
| 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< Candle > | |
| 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< Candle > | |
| Action< int > | Changed |
| PropertyChangedEventHandler | PropertyChanged |
| PropertyChangedEventHandler | PanelPropertyChanged |
Represents a data series of candles. Each element in the series is a Candle.
| ATAS.Indicators.CandleDataSeries.CandleDataSeries | ( | string | id, |
| string | name | ||
| ) |
Initializes a new instance of the CandleDataSeries 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.CandleDataSeries.CandleDataSeries | ( | string | id | ) |
Initializes a new instance of the CandleDataSeries 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< Candle >.
|
getset |
Gets or sets the color of the data series element border.
|
get |
|
getset |
Gets or sets the number of digits after the decimal point.
|
getset |
Gets or sets the color of the data series element on a bearish (down) candle.
|
getset |
Gets or sets whether to draw candle border.
|
get |
|
getset |
Gets or sets the visualization mode of the data series.
|
getset |
Gets or sets whether to scale the data series on the chart.
|
getset |
Gets or sets whether to show current values on the price panel.
|
getset |
Gets or sets the price string format used for displaying values.
|
getset |
|
getset |
Gets or sets the color of the data series element on a bullish (up) candle.
|
getset |
Gets or sets the color of the values text.
|
getset |
Gets or sets whether the data series is visible on the chart.