Enum LabelItemsCompositionTypes
Specifies how marker and text block are situated related to each other.
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public enum LabelItemsCompositionTypes
ColumnImageText
Marker at left, TextBlock - at right
ColumnTextImage
Marker at right, TextBlock - at left
None
Marker and TextBlock use Position-AlignedPosition. Default value.
RowImageText
Marker at top, TextBlock - at bottom
RowTextImage
Marker at bottom, TextBlock - at top