Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
public void getAxisCompassEditorInfo(
	ref bool isCartesian,
	ref bool isVertical
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<BrowsableAttribute(False)> _
Public Sub getAxisCompassEditorInfo ( _
	ByRef isCartesian As Boolean, _
	ByRef isVertical As Boolean _
)

Parameters

isCartesian
Type: System..::..Boolean%
isVertical
Type: System..::..Boolean%

See Also