Search
AxisSettings.Maximum Property
See Also
 






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

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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