GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / RightAngleAxes Property


In This Topic
RightAngleAxes Property
In This Topic
Gets or sets a value indicating whether the chart axes are at right angles, independent of chart rotation or elevation.
Syntax
'Declaration
 
Property RightAngleAxes As Boolean
 
'Usage
 
Dim instance As IChart
Dim value As Boolean
 
instance.RightAngleAxes = value
 
value = instance.RightAngleAxes
Remarks
Applies only to 3D line, column, and bar charts.This function works with Spread WPF only.
See Also