allowing you to stack the selected series with the previous series to achieve multi-stacked charts.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration Stacked
C#
public enum Stacked
Visual C++
public enum class Stacked
JavaScript
Nasosoft.Chart.Drawing.Stacked = function();
Nasosoft.Chart.Drawing.Stacked.createEnum('Nasosoft.Chart.Drawing.Stacked', false);

Members

Member nameDescription
No
no stacked.
Normal
normal stacked chart.
Stacked100
100% stacked chart.

See Also