ChartSeriesSet Constructor (ChartEntity) |
Creates a new instance of the ChartSeriesSet class.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ChartSeriesSet(
ChartEntity parent
)
Public Sub New (
parent As ChartEntity
)
public:
ChartSeriesSet(
ChartEntity^ parent
)
new :
parent : ChartEntity -> ChartSeriesSet
Parameters
- parent
- Type: Kettic.AspNet.Controls.ChartModelChartEntity
Parent for collection
See Also