.netCHARTING v10.5 Documentation
Example 


dotnetCHARTING Namespace > Chart Class : ClipGauges Property
ClipGauges Property
Gets or sets a value which determines if gauges should be clipped (cut) to display only the active area.
Syntax
'Declaration
 
Public Property ClipGauges As Boolean
'Usage
 
Dim instance As Chart
Dim value As Boolean
 
instance.ClipGauges = value
 
value = instance.ClipGauges
public bool ClipGauges {get; set;}
Example
Chart.ClipGauges = false;
Chart.ClipGauges = false
Requirements

Target Platforms: 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