BootstrapCoordinateSystemChartSeriesCollection(IWebControlObject) Constructor
Initializes a new instance of the BootstrapCoordinateSystemChartSeriesCollection class with the specified owner.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public BootstrapCoordinateSystemChartSeriesCollection(
IWebControlObject webControlObject
)
Parameters
Name | Type | Description |
---|---|---|
webControlObject | DevExpress.Web.Internal.IWebControlObject | An object that implements the IWebControlObject interface. |
See Also