EnumLabelStrategyOptions
Enum
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
Arrange
The strategy will provide custom arrange logic for each label.
Content
The strategy will provide custom content for each label.
DefaultVisual
The strategy will provide custom visual element for each label.
Measure
The strategy will provide custom measurement logic for each label.
None
No custom implementation.