Skip to main content
All docs
V26.1
  • ChartOfPieView.SecondChartType Property

    Gets or sets the secondary plot type.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public ChartOfPieType SecondChartType { get; set; }

    Property Value

    Type Description
    ChartOfPieType

    The secondary plot type. The default value is Pie.

    Available values:

    Name Description
    Pie

    Displays the secondary plot as a pie chart.

    Bar

    Displays the secondary plot as a bar chart.

    See Also