Search
Axis.MaxValue Property
See Also
 






Gets or sets the largest value displayed on this axis.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Nullable<Double> MaxValue { get; set; }

Visual Basic  Copy Code

Public Property MaxValue As Nullable(Of Double)

 Property Value

A nullable double value.

 See Also