TiPlotAxis.Min

TiPlotAxis See Also

Specifies the minimum value that will be display on the axis.

property Min : Double;

Description

Use Min to get or set the minimum value that will be display on the axis.

Example

Delphi

iComponent.XAxis[0].Min := 0;

iComponent.YAxis[0].Min := 0;

C++ Builder

iComponent->XAxis[0]->Min = 0;

iComponent->YAxis[0]->Min = 0;

Contents | Index | Previous | Next