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


Gets or sets the GaugeLinearStyle used with GaugeType.Horizontal and GaugeType.Vertical.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.