Version

MinValue Property

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

Property Value

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

This property supports turning off the display of chart elements whose values are below the specified Minimum data value. Chart elements falling within the range defined by this property, in concert with MaxValue, 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 Server 2012, 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