Enum LabelStrategyOptions
Defines what custom label implementation will be provided by a ChartSeriesLabelStrategy instance.
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
[Flags]
public enum LabelStrategyOptions
All
All options are defined.
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.