ComponentOne FlexChart for WinForms
Width Property (Rectangle)


C1.Win.Chart.Annotation Namespace > Rectangle Class : Width Property
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
public double Width {get; set;}
See Also

Reference

Rectangle Class
Rectangle Members