C1.iOS.Chart Assembly / C1.iOS.Chart.Annotation Namespace / Rectangle Class / Width Property


In This Topic
Width Property (Rectangle)
In This Topic
Gets or sets the width of rectangle annotation.
Syntax
'Declaration
 
Public Property Width As Double
 
'Usage
 
Dim instance As Rectangle
Dim value As Double
 
instance.Width = value
 
value = instance.Width
See Also