Search
Chart.YAxisSettings Property
See Also
 






Gets the settings for the value axis of the chart, if the chart is an axes chart.

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

 Syntax

C#  Copy Code

public AxisSettings YAxisSettings { get; }

Visual Basic  Copy Code

Public ReadOnly Property YAxisSettings As AxisSettings

 Property Value

An instance of the AxisSettings class that can be used to customize the value axis.

 See Also