dotnetCHARTING Send comments on this topic.
Length Property
See Also 
dotnetCHARTING Namespace > Element Class : Length Property


Gets or sets a percent value representing this element's needle length. Also used to represent pie slice length.

Syntax

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

Remarks

Applies to gauge charts.

See Also

© 2010 All Rights Reserved.