Enum
LabelStrategyOptions

Defines what custom label implementation will be provided by a ChartSeriesLabelStrategy instance.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
[Flags]
public enum LabelStrategyOptions

Fields

All

All options are defined.

Declaration

cs-api-definition
All = DefaultVisual | Content | Measure | Arrange

Field Value

LabelStrategyOptions

Arrange

The strategy will provide custom arrange logic for each label.

Declaration

cs-api-definition
Arrange = 8

Field Value

LabelStrategyOptions

Content

The strategy will provide custom content for each label.

Declaration

cs-api-definition
Content = 2

Field Value

LabelStrategyOptions

DefaultVisual

The strategy will provide custom visual element for each label.

Declaration

cs-api-definition
DefaultVisual = 1

Field Value

LabelStrategyOptions

Measure

The strategy will provide custom measurement logic for each label.

Declaration

cs-api-definition
Measure = 4

Field Value

LabelStrategyOptions

None

No custom implementation.

Declaration

cs-api-definition
None = 0

Field Value

LabelStrategyOptions