Version

MaxValue Property (DataAppearance)

Gets/Sets the the maximum data value (inclusive) for chart elements shown.
Syntax
'Declaration
 
Public Property MaxValue As Double
public double MaxValue {get; set;}

Property Value

The maximum data value (upper bound, inclusive) on the range of chart elements shown.
Remarks

This property supports turning off the display of chart elements whose values exceed the specified Maximum data value. Chart elements falling within the range defined by this property, in concert with MinValue, are shown in-place (the chart does not collapse to show only those filtered elements). This filtering can be turned off by setting the UseMinMax property to False.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also