Search
AxisSettings.MajorUnit Property
See Also
 






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.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Nullable<Double> MajorUnit { get; set; }

Visual Basic  Copy Code

Public Property MajorUnit As Nullable(Of Double)

 Property Value

A nullable double value. The default is null (Nothing in Visual Basic).

 Remarks

This property is only relevant for value axes.

 See Also