ComponentOne ASP.NET MVC Controls
GroupWidth Method (PivotFlexChartBuilder)

C1.Web.Mvc.Olap.Fluent Namespace > PivotFlexChartBuilder Class : GroupWidth Method
The value
Sets the GroupWidth property.
Syntax
'Declaration
 
Public Function GroupWidth( _
   ByVal value As String _
) As PivotFlexChartBuilder
public PivotFlexChartBuilder GroupWidth( 
   string value
)

Parameters

value
The value

Return Value

Current builder
Remarks
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.
See Also

Reference

PivotFlexChartBuilder Class
PivotFlexChartBuilder Members