GroupWidth Property (ExtraOptions)
In This Topic
Specifies the group width for Column charts, or the group height for Bar charts.The group width can be specified in pixels or percent of available space.
Syntax
'Declaration
Public Property GroupWidth As String
public string GroupWidth {get; set;}
See Also