public ValueList HighValues {get; set;}
Remarks
The HighValues property is used to store all Stock market High values. You can access High values in the same way you can access X or Y values.
Example
[C#]
// this increments the 3th Candle High value
((Steema.TeeChart.Styles.Candle)tChart1[1]).HighValues[2] =((Steema.TeeChart.Styles.Candle)tChart1[1]).HighValues[2]+1;
See Also
OHLC Class | OHLC Members | Steema.TeeChart.Styles Namespace