'Declaration Public Enum PlotChartType Inherits System.Enum
public enum PlotChartType : System.Enum
'Declaration Public Enum PlotChartType Inherits System.Enum
public enum PlotChartType : System.Enum
Member | Description |
---|---|
Area | The chart fills an area below a line to display values. |
Bar | The chart uses horizontal bars to display values. |
Bubble | The chart uses bubbles having different size to display values. |
Candlestick | The chart uses sticks and boxes to display high, low, closing and opening values. |
Column | The chart uses vertical bars to display values. |
Custom | The chart uses a custom approach to display values. |
Funnel | The chart uses segments of a funnel to display values. |
Gantt | The chart uses bars to display beginning and ending values. |
HighLowClose | The chart uses sticks to display high, low and closing values. |
HighLowOpenClose | The chart uses sticks to display high, low, opening and closing values. |
Line | The chart uses lines to display values. |
Pie | The chart uses wedges in a pie to display values. |
PolarBar | The chart uses polar radius bars to display values. |
PolarColumn | The chart uses polar angle bars to display values. |
Pyramid | The chart uses segments of a pyramid to display values. |
RadarArea | The chart fills an area to display values on top of a Radar plot. |
RadarBubble | The chart uses bubbles having different size to display values on top of a Radar plot. |
RadarLine | The chart uses lines to display values on top of a Radar plot. |
RadarScatter | The chart uses markers or points to display values on top of a Radar plot. |
Scatter | The chart uses markers or points to display values. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.DV.PlotChartType