Gets or sets a value indicating whether this AxisRenderer should draw axis ticks.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public bool ShowTicks { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowTicks As Boolean |
A boolean value.
See Also