MindFusion.Charting Programmer's Guide

Alignment Enumeration

See Also
 





Specifies alignment styles for labels at the chart axis.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public enum Alignment

Visual Basic  Copy Code

Public Enumeration Alignment

JavaScript  Copy Code

// enum
Alignment = {}

 Members

  Member name Description

Begin

The label is drawn at the beginning of the axis.

Center

The label is drawn in the center of the axis.

End

The label is drawn at the end of the axis.

 Remarks

Labels that use the Alignment enumeration are:

 See Also