ATAS.Indicators
ATAS.Indicators.ValueDataSeries Class Reference

Value dataseries. More...

Inheritance diagram for ATAS.Indicators.ValueDataSeries:
ATAS.Indicators.BaseDataSeries< decimal >

Public Member Functions

 ValueDataSeries (string name)
 Constructor More...
 
void SetPointOfEndLine (int bar)
 Use this method to set point of start line More...
 
bool IsThisPointOfStartBar (int bar)
 
override void Clear ()
 Clear dataseries More...
 
- Public Member Functions inherited from ATAS.Indicators.BaseDataSeries< decimal >
override string ToString ()
 

Properties

int Digits [get, set]
 Digits after point More...
 
string StringFormat [get, set]
 Price string format More...
 
bool ShowZeroValue [get, set]
 Show zero value on mouseover More...
 
bool ShowCurrentValue [get, set]
 Show current values on price panel More...
 
int Width [get, set]
 Width More...
 
LineDashStyle LineDashStyle [get, set]
 Lines style More...
 
VisualMode VisualType [get, set]
 Visual mode More...
 
Color Color [get, set]
 Color More...
 
bool ScaleIt [get, set]
 Use scale More...
 
override int Count [get]
 Elements count in dataseries More...
 
override decimal this[int index] [get, set]
 Get oro set dataseries value for specifyed bar More...
 
- Properties inherited from ATAS.Indicators.BaseDataSeries< decimal >
DataSeriesType Type [get]
 
string Name [get, set]
 
abstract int Count [get]
 
abstract T this[int index] [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from ATAS.Indicators.BaseDataSeries< decimal >
 BaseDataSeries (string name, DataSeriesType type)
 
void RaiseChanged (int bar)
 
virtual void RaisePropertyChanged (string propertyName)
 
- Events inherited from ATAS.Indicators.BaseDataSeries< decimal >
Action< int > Changed
 
PropertyChangedEventHandler PropertyChanged
 

Detailed Description

Value dataseries.

Constructor & Destructor Documentation

◆ ValueDataSeries()

ATAS.Indicators.ValueDataSeries.ValueDataSeries ( string  name)
inline

Constructor

Parameters
nameDataseries name

Member Function Documentation

◆ Clear()

override void ATAS.Indicators.ValueDataSeries.Clear ( )
inlinevirtual

Clear dataseries

Reimplemented from ATAS.Indicators.BaseDataSeries< decimal >.

◆ SetPointOfEndLine()

void ATAS.Indicators.ValueDataSeries.SetPointOfEndLine ( int  bar)
inline

Use this method to set point of start line

Parameters
barnumber of bar

Property Documentation

◆ Color

Color ATAS.Indicators.ValueDataSeries.Color
getset

Color

◆ Count

override int ATAS.Indicators.ValueDataSeries.Count
get

Elements count in dataseries

◆ Digits

int ATAS.Indicators.ValueDataSeries.Digits
getset

Digits after point

◆ LineDashStyle

LineDashStyle ATAS.Indicators.ValueDataSeries.LineDashStyle
getset

Lines style

◆ ScaleIt

bool ATAS.Indicators.ValueDataSeries.ScaleIt
getset

Use scale

◆ ShowCurrentValue

bool ATAS.Indicators.ValueDataSeries.ShowCurrentValue
getset

Show current values on price panel

◆ ShowZeroValue

bool ATAS.Indicators.ValueDataSeries.ShowZeroValue
getset

Show zero value on mouseover

◆ StringFormat

string ATAS.Indicators.ValueDataSeries.StringFormat
getset

Price string format

◆ this[int index]

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

Get oro set dataseries value for specifyed bar

Parameters
indexBar number
Returns
Dataseries value for specifyed bar

◆ VisualType

VisualMode ATAS.Indicators.ValueDataSeries.VisualType
getset

Visual mode

◆ Width

int ATAS.Indicators.ValueDataSeries.Width
getset

Width