Represents a horizontal line with a single value. More...
Public Member Functions | |
| LineSeries (string id, string name) | |
| Initializes a new instance of the LineSeries class with the specified unique and constant data series ID for data serialization and unique name.   | |
| LineSeries (string id) | |
| Initializes a new instance of the LineSeries class with the specified unique and constant data series ID for data serialization.   | |
  Public Member Functions inherited from ATAS.Indicators.BaseDataSeries< decimal > | |
| virtual void | Clear () | 
| override string | ToString () | 
Properties | |
| CrossColor | Color [get, set] | 
| Color of the line.   | |
| LineDashStyle | LineDashStyle [get, set] | 
| Style of the line.   | |
| int | Width [get, set] | 
| Width of the line.   | |
| bool | UseScale [get, set] | 
| Indicates whether to use scale.   | |
| decimal | Value [get, set] | 
| Value of the line.   | |
| string | Text [get, set] | 
| Text associated with the line.   | |
| override int | Count [get] | 
| Gets the number of elements in the series (always int.MaxValue).   | |
| override decimal | this[int index] [get, set] | 
| Gets or sets the value at the specified index (always returns the current Value and throws NotSupportedException for setting).   | |
  Properties inherited from ATAS.Indicators.BaseDataSeries< decimal > | |
| 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< decimal > | |
| 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< decimal > | |
| Action< int > | Changed | 
| PropertyChangedEventHandler | PropertyChanged | 
| PropertyChangedEventHandler | PanelPropertyChanged | 
Represents a horizontal line with a single value.
| ATAS.Indicators.LineSeries.LineSeries | ( | string | id, | 
| string | name | ||
| ) | 
Initializes a new instance of the LineSeries 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.LineSeries.LineSeries | ( | string | id | ) | 
Initializes a new instance of the LineSeries class with the specified unique and constant data series ID for data serialization.
| id | The unique and constant data series ID for data serialization. | 
      
  | 
  getset | 
Color of the line.
      
  | 
  get | 
Gets the number of elements in the series (always int.MaxValue).
      
  | 
  getset | 
Style of the line.
      
  | 
  getset | 
Text associated with the line.
      
  | 
  getset | 
Gets or sets the value at the specified index (always returns the current Value and throws NotSupportedException for setting).
      
  | 
  getset | 
Indicates whether to use scale.
      
  | 
  getset | 
Value of the line.
      
  | 
  getset | 
Width of the line.