Charting for WPF Programmer's Guide

AxisSettings.CustomLabelPosition Property

See Also
 


Gets or sets the position of custom labels.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public CustomLabelPosition CustomLabelPosition { get; set; }

Visual Basic  Copy Code

Public Property CustomLabelPosition As CustomLabelPosition

 Property Value

One of CustomLabelPosition Enumeration values. Default value is CustomLabelPosition.ChartDataPoints.

 Remarks

The value of the CustomLabelPosition property specifies where custom labels are drawn at the axes - at data points or at auto-scale points.

 See Also