MindFusion.Charting Programmer's Guide

Line.MaxNum Property

See Also
 





Gets the biggest number this Line series contains.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double MaxNum { get; }

Visual Basic  Copy Code

Public ReadOnly Property MaxNum As Double

 Property Value

A double number.

 Remarks

The property returns the biggest YData value for this Line series in vertical charts. For horizontal charts the maximum number is taken from the respective XData list.

 See Also