MindFusion.Wpf Pack Programmer's Guide
AxesChart.XInterval Property
See Also
 





Gets or sets the interval between adjacent ticks on the x-axis. This is a dependency property.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public double XInterval { get; set; }

Visual Basic  Copy Code

Public Property XInterval As Double

 Property Value

A double value specifying the interval between adjacent ticks on the x-axis. The default is 1.

 Remarks

Set this property to double.NaN to calculate this interval automatically.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Reporting.Wpf Namespace