ChartAxis
TextVerticalType Property
|
Sets the vetrtical type for the axis text.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TextVerticalType TextVerticalType { set; }
Public WriteOnly Property TextVerticalType As TextVerticalType
Set
public:
property TextVerticalType TextVerticalType {
void set (TextVerticalType value);
}
member TextVerticalType : TextVerticalType with set
Property Value
Type:
TextVerticalType
See Also