Charting for WPF Programmer's Guide

CustomLabelPosition Enumeration

See Also
 


Specifies where custom labels are drawn.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public enum CustomLabelPosition

Visual Basic  Copy Code

Public Enumeration 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