ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartData.MinX Property

Gets the minimum X value of all series.

[Visual Basic]

Public ReadOnly Property MinX As Double

[C#]

public double MinX {get;}

[Delphi]

public property MinX: Double read get_MinX;

Remarks

This property searches all series for the minimum X value (excluding holes) each time it is called. If the value is to be used repeatedly within a loop, the value should be cached in a local variable.

See Also

ChartData Class | ChartData Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.