ComponentOne ASP.NET MVC Controls
ItemsSourceId Method (PivotChartBuilder)

C1.Web.Mvc.Olap.Fluent Namespace > PivotChartBuilder Class : ItemsSourceId Method
The value.
Configurates C1.Web.Mvc.Olap.PivotChart.ItemsSourceId. Sets the id of the source.
Syntax
'Declaration
 
Public Function ItemsSourceId( _
   ByVal value As String _
) As PivotChartBuilder
public PivotChartBuilder ItemsSourceId( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
It can be the id of a C1.Web.Mvc.Olap.PivotPanel component or a C1.Web.Mvc.Olap.PivotEngine component.
See Also

Reference

PivotChartBuilder Class
PivotChartBuilder Members