Charting for WPF Programmer's Guide

AxesChart.YAxisSettings Property

See Also
 


Gets or sets the settings for the Y-axis.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public AxisSettings YAxisSettings { get; }

Visual Basic  Copy Code

Public ReadOnly Property YAxisSettings As AxisSettings

 Property Value

An object of type AxisSettings.

 Remarks

The YAxisSettings property specifies all types of appearance settings for the Y-axis: type of labels, minimum and maximum value of the scale, interval, title, tick length, axis length and more.

 See Also