Class LabelStrategyOptions
Defines what custom label implementation will be provided by a Chart
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
Arrange
The strategy will provide custom arrange logic for each label.
Declaration
public const LabelStrategyOptions Arrange
Field Value
Content
The strategy will provide custom content for each label.
Declaration
public const LabelStrategyOptions Content
Field Value
DefaultVisual
The strategy will provide custom visual element for each label.
Declaration
public const LabelStrategyOptions DefaultVisual
Field Value
Measure
The strategy will provide custom measurement logic for each label.
Declaration
public const LabelStrategyOptions Measure
Field Value
None
No custom implementation.
Declaration
public const LabelStrategyOptions None
Field Value
value__
Declaration
public int value__
Field Value
System.
|