GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    ChartGrouping Enum

    Namespace:
    GemBox.Presentation
    Assembly:
    GemBox.Presentation.dll

    Represents the grouping of a chart series for each category in a chart.

    • C#
    • VB.NET
    public enum ChartGrouping
    Public Enum ChartGrouping

    Fields

    Clustered

    Chart series are drawn next to each other along the category axis. Applicable only for ColumnChart and BarChart.

    PercentStacked

    Chart series are drawn next to each other along the value axis and scaled to total 100%.

    Use it to compare the percentage that each value contributes to a total across categories.

    This value is currently not supported when exporting a chart to PDF, XPS, or image formats. This value is exported as Stacked for ColumnChart and BarChart and as Standard for all other chart types.

    Stacked

    Chart series are drawn next to each other on the value axis.

    Use it to compare the contribution of each value to a total across categories.

    This value is currently supported only by ColumnChart and BarChart when exporting a chart to PDF, XPS, or image formats. This value is exported as Standard for all other chart types.

    Standard

    Chart series are drawn on the value axis. Not applicable for ColumnChart and BarChart.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.