Specifies where custom labels are drawn.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public enum CustomLabelPosition |
Visual Basic
Copy Code
|
|---|
Public Enum CustomLabelPosition |
Members| Member name | Description | |
|---|---|---|
![]() |
AutoScalePoints |
The labels are the drawn at auto scale points. |
![]() |
ChartDataPoints |
The labels are draw at data points. |
See Also