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
SyntaxC#
Copy Code
|
|---|
public double YInterval { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property YInterval As Double |
A double value specifying the interval between adjacent ticks on the x-axis. The default is NaN.
RemarksSet this property to double.NaN to calculate this interval automatically.
See Also