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


Gets or sets the GaugeBorderShape of this series used with gauges.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.