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

Represents a custom data series that holds CustomValue objects. More...

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

Public Member Functions

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

Properties

bool ScaleIt [get, set]
 Gets or sets a value indicating whether the data series should be scaled.
 
override int Count [get]
 
override CustomValue this[int index] [get, set]
 Gets or sets the CustomValue object at the specified bar index.
 
- Properties inherited from ATAS.Indicators.BaseDataSeries< CustomValue >
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< CustomValue >
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< CustomValue >
Action< int > Changed
 
PropertyChangedEventHandler PropertyChanged
 
PropertyChangedEventHandler PanelPropertyChanged
 

Detailed Description

Represents a custom data series that holds CustomValue objects.

Constructor & Destructor Documentation

◆ CustomValueDataSeries() [1/2]

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

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

◆ CustomValueDataSeries() [2/2]

ATAS.Indicators.CustomValueDataSeries.CustomValueDataSeries ( string  id)

Initializes a new instance of the CustomValueDataSeries class with the specified identifier.

Parameters
idThe unique identifier for the data series.

Member Function Documentation

◆ Clear()

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

Property Documentation

◆ Count

override int ATAS.Indicators.CustomValueDataSeries.Count
get

◆ ScaleIt

bool ATAS.Indicators.CustomValueDataSeries.ScaleIt
getset

Gets or sets a value indicating whether the data series should be scaled.

◆ this[int index]

override CustomValue ATAS.Indicators.CustomValueDataSeries.this[int index]
getset

Gets or sets the CustomValue object at the specified bar index.

Parameters
indexThe zero-based index of the bar.
Returns
The CustomValue object at the specified bar index.

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