Enum
DefaultVisualsRenderMode

Indicates how to render default visuals.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public enum DefaultVisualsRenderMode

Fields

Batch

All data points will be represented with a single visual element. This disables per item style or color.

Declaration

cs-api-definition
Batch = 1

Field Value

DefaultVisualsRenderMode

Separate

New default visual will be created for each data point. Each visual can have its own style, fill or stroke.

Declaration

cs-api-definition
Separate = 0

Field Value

DefaultVisualsRenderMode

In this article
DefinitionFieldsBatchSeparate
Not finding the help you need?
Contact Support