LabelLocationType Constants

The VtChLabelLocationType constants provide options for determining series label location.

The following table lists the valid constants for VtChLabelLocationType:

Constants Description
VtChLabelLocationTypeNone No label displayed.
VtChLabelLocationTypeAbovePoint The label is displayed above the data point.
VtChLabelLocationTypeBelowPoint The label is displayed below the data point.
VtChLabelLocationTypeCenter The label is displayed centered on the data point.
VtChLabelLocationTypeBase The label is displayed at the base along the category axis, directly beneath the data point.
VtChLabelLocationTypeInside The label is displayed inside a pie slice.
VtChLabelLocationTypeOutside The label is displayed outside a pie slice.
VtChLabelLocationTypeLeft The label is displayed to the left of the data point.
VtChLabelLocationTypeRight The label is displayed to the right of the data point.