Gets or sets a value indicating whether to display the minor ticks along the axis.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool ShowMinorTicks { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowMinorTicks As Boolean |
A boolean value. The default is false.
See Also