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.

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