[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.LabelCompassEnum

LabelCompassEnum Enum

Use the members of this enumeration to set the value of the LabelCompass property in the Chart3DLabel class.

Namespace: C1.Win.C1Chart3D
Assembly: C1.Win.C1Chart3D.4.8.dll
Syntax
public enum LabelCompassEnum

Fields

Name Description
East

Places label to the East or to the right of the data point.

North

Places label to the north or above the data point.

NorthEast

Places label to the NorthEast or above and right of the data point.

NorthWest

Places label to the NorthWest or above and left of the data point.

South

Places label to the South or below the data point.

SouthEast

Places label to the SouthEast or below and right of the data point.

SouthWest

Places label to the SouthWest or below and left of the data point.

West

Places label to the West or left of the data point.