Table of Contents

Enum ChartGrouping

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

How a plot's series are combined (c:grouping).

public enum ChartGrouping

Fields

Clustered = 0

Side by side (clustered / standard).

Stacked = 1

Summed and stacked (stacked).

PercentStacked = 2

Stacked and normalized to 100% (percentStacked).