Enum DefaultVisualsRenderMode
Indicates how to render default visuals.
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public enum DefaultVisualsRenderMode
Batch
All data points will be represented with a single visual element. This disables per item style or color.
Separate
New default visual will be created for each data point. Each visual can have its own style, fill or stroke.