Version

UseMinMax Property

Enables/disables the use of Max- and MinValue to filter which chart elements appear.
Syntax
'Declaration
 
Public Property UseMinMax As Boolean
public bool UseMinMax {get; set;}

Property Value

A Boolean flag indicating whether Max- and MinValue in-place filtering is enabled.
Remarks

This property is a flag that enabled the in-place filtering of chart elements shown. Please see the documentation for the MinValue and MaxValue properties for more information on utilizing this feature.

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