MindFusion.Charting Programmer's Guide

AxesChart.YAxisSettings Property

See Also
 





Gets or set the appearance settings for the Y-axis.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public AxisSettings YAxisSettings { get; set; }

Visual Basic  Copy Code

Public Property YAxisSettings As AxisSettings

 Property Value

An instance of the AxisSettings class.

 Remarks

The property specifies all appearance characteristics of the Y-axis: number format, distance between labels and their rotation angle, minimum and maximum axis value, label suffix and prefix, date and time values, division coefficient and so on.

For information about the axis properties and their default values, please check the AxisSettings class.

Default value for the YAxisSettings property is a new AxisSettings object. You can access it directly through the YAxisSettings property.

 See Also