Gets or sets the largest value of the displayed range.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> MaxValue { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MaxValue As Nullable(Of Double) |
See Also