MindFusion WinForms Programmer's Guide
AxesChart.XAxisSettings Property
See Also
 





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

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Axis XAxisSettings { get; set; }

Visual Basic  Copy Code

Public Property XAxisSettings As Axis

 Property Value

An Axis object.

 Remarks

The property specifies all appearance characteristics of the X-axis: minimum and maximum value as well the intervals among them.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Reporting Namespace