Returns the First point value.
public Double First {get;}

Remarks


This property returns the First point value.

Example


This is the same value as the 0 index value:

[C#]

tChart1[0].YValues.Value[0] =103.96; 
MessageBox.Show(tChart1[0].YValues.First.ToString());

See Also

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