Enum ReportShapeLabelAlignment
- Namespace
- DocWright.Reporting.Pagination
- Assembly
- DocWright.Reporting.dll
How a chart label sits against its anchor point.
public enum ReportShapeLabelAlignment
Fields
Left = 0The anchor is the text's left edge.
Center = 1The anchor is the text's horizontal centre.
Right = 2The anchor is the text's right edge.