ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartDataSeries.MaxX Property

Returns the maximum X value of the series data.

[Visual Basic]

Public ReadOnly Property MaxX As Double

[C#]

public double MaxX {get;}

[Delphi]

public property MaxX: Double read get_MaxX;

Remarks

This property searches the series for the maximum 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

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


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