Link Search Menu Expand Document

ChartRightAngleAxes Property

Gets or sets a value indicating whether the chart axes are at right angles, rather than drawn in perspective

Namespace:Bytescout.Spreadsheet.Charts
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public bool RightAngleAxes { get; set; }

Property Value

Type: Boolean
true if the chart axes are at right angles, and not drawn in perspective; otherwise, false.
Remarks
If this property is True, the Perspective property is ignored.
See Also

Reference