IRotation3DRightAngleAxes Property |
Determines whether the chart axes are at right angles, rather than drawn in perspective.
In other words it determines whether the chart angles of axes are independent from chart
rotation or elevation.
Read/write
Boolean.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxbool RightAngleAxes { get; set; }
Property RightAngleAxes As Boolean
Get
Set
property bool RightAngleAxes {
bool get ();
void set (bool value);
}
abstract RightAngleAxes : bool with get, set
Property Value
Type:
Boolean
See Also