dotnetCHARTING Send comments on this topic.
GaugeType Property
See Also 
dotnetCHARTING Namespace > Series Class : GaugeType Property


Get or sets the GaugeType used with ChartType.Gauges.

Syntax

Visual Basic (Declaration) 
Public Property GaugeType As GaugeType
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As GaugeType
 
instance.GaugeType = value
 
value = instance.GaugeType
C# 
public GaugeType GaugeType {get; set;}

Example

See Also

© 2010 All Rights Reserved.