Gets and sets all Stock market Close values.
public ValueList CloseValues {get; set;}

Remarks


The CloseValues property is used to store all Stock market Close values.

You can access Close values in the same way you can access X or Y values.

Example


[C#]

// this increments the 3th Candle Close value 
((Steema.TeeChart.Styles.Candle)tChart1[1]).CloseValues[2] =((Steema.TeeChart.Styles.Candle)tChart1[1]).CloseValues[2]+1;

See Also

OHLC Class | OHLC Members | Steema.TeeChart.Styles Namespace