ATAS
Loading...
Searching...
No Matches
ATAS.Indicators.LineSeries Class Reference

Represents a horizontal line with a single value. More...

Inheritance diagram for ATAS.Indicators.LineSeries:
[legend]
Collaboration diagram for ATAS.Indicators.LineSeries:
[legend]

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.
 
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
 

Detailed Description

Represents a horizontal line with a single value.

Constructor & Destructor Documentation

◆ LineSeries() [1/2]

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.

Parameters
idThe unique and constant data series ID for data serialization.
nameThe unique data series name.

◆ LineSeries() [2/2]

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.

Parameters
idThe unique and constant data series ID for data serialization.

Property Documentation

◆ Color

CrossColor ATAS.Indicators.LineSeries.Color
getset

Color of the line.

◆ Count

override int ATAS.Indicators.LineSeries.Count
get

Gets the number of elements in the series (always int.MaxValue).

◆ LineDashStyle

LineDashStyle ATAS.Indicators.LineSeries.LineDashStyle
getset

Style of the line.

◆ Text

string ATAS.Indicators.LineSeries.Text
getset

Text associated with the line.

◆ this[int index]

override decimal ATAS.Indicators.LineSeries.this[int index]
getset

Gets or sets the value at the specified index (always returns the current Value and throws NotSupportedException for setting).

◆ UseScale

bool ATAS.Indicators.LineSeries.UseScale
getset

Indicates whether to use scale.

◆ Value

decimal ATAS.Indicators.LineSeries.Value
getset

Value of the line.

◆ Width

int ATAS.Indicators.LineSeries.Width
getset

Width of the line.


The documentation for this class was generated from the following file: