MindFusion.Charting Programmer's Guide

AxesChart.XAxisSettings Property

See Also
 





Gets or sets the appearance settings for the X-axis.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public AxisSettings XAxisSettings { get; set; }

Visual Basic  Copy Code

Public Property XAxisSettings As AxisSettings

 Property Value

An object of type AxisSettings class.

 Remarks

The property specifies all appearance characteristics of the X-axis: labels, fonts, data format, minimum and maximum value as well the intervals among them, label suffix and prefix, division coefficient and division label and so on.

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

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

 See Also