AxisTickLabelRotationAngle Property |
Represents the rotation angle of tick labels.
Read/write
Single.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic float TickLabelRotationAngle { get; set; }
Public Property TickLabelRotationAngle As Single
Get
Set
public:
virtual property float TickLabelRotationAngle {
float get () sealed;
void set (float value) sealed;
}
abstract TickLabelRotationAngle : float32 with get, set
override TickLabelRotationAngle : float32 with get, set
Property Value
Type:
SingleImplements
IAxisTickLabelRotationAngle
See Also