Gets or sets a value that indicates whether chart areas oriented opposite to the
grid layout mode's priority orientation can be placed next to chart areas that don't
share any axes.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property AlignUnrelatedAxis As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ChartAreaLayout
Dim value As Boolean
instance.AlignUnrelatedAxis = value
value = instance.AlignUnrelatedAxis
|
| C# | |
|---|
public bool AlignUnrelatedAxis {get; set;} |
| C++/CLI | |
|---|
public:
property bool AlignUnrelatedAxis {
bool get();
void set (bool value);
} |
Remarks
See Also