Gets or sets a value indicating whether sectors should be aligned to axes in the radar grid or centered around them.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public bool AlignToAxis { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AlignToAxis As Boolean |
A boolean value.
See Also