Enum ChartTextDirectionType

ChartTextDirectionType enumeration

Represents the text direction type of the chart.

public enum ChartTextDirectionType

Values

NameValueDescription
Horizontal0Horizontal direction type.
Vertical1Vertical direction type.
Rotate902Rotate 90 angle.
Rotate2703Rotate 270 angle.
Stacked4Stacked text.

See Also