Class LabelStrategyOptions
Defines what custom label implementation will be provided by a ChartSeriesLabelStrategy instance.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class LabelStrategyOptions : Enum
Fields
All
All options are defined.
Declaration
public const LabelStrategyOptions All
Field Value
LabelStrategyOptions
|
Arrange
The strategy will provide custom arrange logic for each label.
Declaration
public const LabelStrategyOptions Arrange
Field Value
LabelStrategyOptions
|
Content
The strategy will provide custom content for each label.
Declaration
public const LabelStrategyOptions Content
Field Value
LabelStrategyOptions
|
DefaultVisual
The strategy will provide custom visual element for each label.
Declaration
public const LabelStrategyOptions DefaultVisual
Field Value
LabelStrategyOptions
|
Measure
The strategy will provide custom measurement logic for each label.
Declaration
public const LabelStrategyOptions Measure
Field Value
LabelStrategyOptions
|
None
No custom implementation.
Declaration
public const LabelStrategyOptions None
Field Value
LabelStrategyOptions
|
value__
Declaration
public int value__
Field Value
System.Int32
|