[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ChartSubtype

ChartSubtype Enum

Specifies the subtype of the chart. Different subtypes are available for each chart type.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum ChartSubtype

Fields

Name Description
Candlestick

Used with Stock chart types.

Exploded

Used with Pie and Doughnut chart types.

HighLowClose

Used with Stock chart types.

Line

Used with Scatter chart types.

OpenHighLowClose

Used with Stock chart types.

PercentStacked

Used with Column, Bar, and Area chart types.

Plain

Used with Column, Bar, Line, Pie, Scatter, Bubble, Area, and Doughnut chart types.

Smooth

Used with Line chart types.

SmoothLine

Used with Scatter chart types.

Stacked

Used with Column, Bar, and Area chart types.

Extension Methods