dotnetCHARTING Send comments on this topic.
Width Property
See Also 
dotnetCHARTING Namespace > Label Class : Width Property


(JS Chart Only) Gets or sets the width of this label when used with JS charts.

Syntax

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

See Also

© 2021 All Rights Reserved.