Gets or sets whether multi series charts are drawn stacked. Namespace: MindFusion.Charting Syntax
Property ValueA bool value, which specifies if the line chart is stacked. RemarksWhen 3D line charts have multiple series they are normally drawn one behind the other with distance between them set with DistBtwSeries. The graphics can also be drawn in a block, for example stacked. The property is not useful when the chart is 2D. There is no limitation as to the chart type - bubble, scatter, area, line and so on. The charts are drawn in the same order as their data has been added to the XData, YData and Y2Data properties. You can set a different sort order with SortSeriesBy. Default value for the Stacked property is false. See Also |