public override Double MinYValue()
Remarks
Returns the Minimum Value of the Series Y Values Lists. As some Series have more than one Y Values List, this Minimum Value is the "Minimum of Minimums" of all Series Y Values lists.
Example
[C#]
In this example the MinYValue is used to set the Left Axis.
tChart1.Axes.Left.Automatic = false;
tChart1.Axes.Left.Minimum = areaSeries1.MinYValue();
See Also
Area Class | Area Members | Steema.TeeChart.Styles Namespace