Gets or sets the major unit of the axis, or null (Nothing in Visual Basic), to automatically calculate the major unit based on the chart data.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> MajorUnit { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MajorUnit As Nullable(Of Double) |
A nullable double value. The default is null (Nothing in Visual Basic).
RemarksThis property is only relevant for value axes.
See Also