MindFusion.Wpf Pack Programmer's Guide
AxisSettings.MinorUnit Property
See Also
 





Gets or sets the minor unit of the axis, or null (Nothing in Visual Basic), to automatically calculate the minor unit based on the chart data.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property MinorUnit 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

AxisSettings Members
AxisSettings Class
MindFusion.Spreadsheet.Wpf.Charts Namespace