AddDataPointForTreemapSeries

ChartDataPointCollection.AddDataPointForTreemapSeries method

Creates the new data point and adds it to the end of collection. Applicable for series which chart type is Treemap.

public IChartDataPoint AddDataPointForTreemapSeries(IChartDataCell sizeValue)
ParameterTypeDescription
sizeValueIChartDataCellData point SizeValue

Return Value

New data point.

See Also