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