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





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

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

 Syntax

C#  Copy Code

public double YInterval { get; set; }

Visual Basic  Copy Code

Public Property YInterval As Double

 Property Value

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

 Remarks

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

 See Also

AxesChart Members
AxesChart Class
MindFusion.Reporting.Wpf Namespace