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

Represents a data series of paintbars, each element is a nullable Color value. More...

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

Public Member Functions

 PaintbarsDataSeries (string id, string name)
 Initializes a new instance of the PaintbarsDataSeries class with the specified unique and constant data series ID for data serialization and unique name.
 
 PaintbarsDataSeries (string id)
 Initializes a new instance of the PaintbarsDataSeries class with the specified unique and constant data series ID for data serialization.
 
override void Clear ()
 
- Public Member Functions inherited from ATAS.Indicators.BaseDataSeries< CrossColor?>
virtual void Clear ()
 
override string ToString ()
 

Properties

bool Visible [get, set]
 Gets or sets the visibility of the paintbars data series.
 
bool HideChart [get, set]
 Gets or sets whether the main chart should be hidden.
 
override int Count [get]
 
override? CrossColor this[int index] [get, set]
 
- Properties inherited from ATAS.Indicators.BaseDataSeries< CrossColor?>
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< CrossColor?>
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< CrossColor?>
Action< int > Changed
 
PropertyChangedEventHandler PropertyChanged
 
PropertyChangedEventHandler PanelPropertyChanged
 

Detailed Description

Represents a data series of paintbars, each element is a nullable Color value.

Constructor & Destructor Documentation

◆ PaintbarsDataSeries() [1/2]

ATAS.Indicators.PaintbarsDataSeries.PaintbarsDataSeries ( string  id,
string  name 
)

Initializes a new instance of the PaintbarsDataSeries 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.

◆ PaintbarsDataSeries() [2/2]

ATAS.Indicators.PaintbarsDataSeries.PaintbarsDataSeries ( string  id)

Initializes a new instance of the PaintbarsDataSeries class with the specified unique and constant data series ID for data serialization.

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

Member Function Documentation

◆ Clear()

override void ATAS.Indicators.PaintbarsDataSeries.Clear ( )
virtual

Property Documentation

◆ Count

override int ATAS.Indicators.PaintbarsDataSeries.Count
get

◆ HideChart

bool ATAS.Indicators.PaintbarsDataSeries.HideChart
getset

Gets or sets whether the main chart should be hidden.

◆ this[int index]

override? CrossColor ATAS.Indicators.PaintbarsDataSeries.this[int index]
getset

◆ Visible

bool ATAS.Indicators.PaintbarsDataSeries.Visible
getset

Gets or sets the visibility of the paintbars data series.


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