WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ChartType.ChartTypeFlags

    Show / Hide Table of Contents

    Enum ChartType.ChartTypeFlags

    Chart type flags are used to identify specific to chart settings.

    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    [Flags]
    protected enum ChartTypeFlags

    Fields

    Name Description
    CustomAxisLabels

    Identifies that chart has custom labels on axis.

    Indexed

    Identifies that chart type is indexed.

    None

    Default chart type flag.

    NotRequiresAxis

    Identifies that axis is not required for this chart type.

    Rotated

    Identifies that chart type is rotated.

    SideBySide

    Identifies that chart segments can be represented side-by-side on area.

    Stacked

    Identifies that chart are represented in stacking form.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved