Enum VisualizationType
Specifies the visualization type for the ChartSeries.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.ReportControls.Wpf.dll
Syntax
public enum VisualizationType
Fields
Name | Description |
---|---|
Area | An area chart. |
Bar | A bar chart. |
Column | A column chart. |
Line | A line chart. |
Polar | A polar chart. |
Range | A range chart. |
Scatter | A scatter chart. |
Shape | A shape chart. |