Skip to main content
All docs
V26.1
  • ChartExStyle Enum

    Lists predefined styles for modern chart types.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public enum ChartExStyle

    Members

    Name Description
    Custom

    Uses custom style settings.

    Style1

    Uses the preset style 1.

    Style2

    Uses the preset style 2.

    Style3

    Uses the preset style 3.

    Style4

    Uses the preset style 4.

    Style5

    Uses the preset style 5.

    Style6

    Uses the preset style 6.

    Style7

    Uses the preset style 7.

    Style8

    Uses the preset style 8.

    Style9

    Uses the preset style 9.

    Related API Members

    The following properties accept/return ChartExStyle values:

    See Also