Charting for WPF Programmer's Guide

AxisSettings.Interval Property

See Also
 


Gets or sets the interval between two adjacent values at the axis.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public double Interval { get; set; }

Visual Basic  Copy Code

Public Property Interval As Double

 Property Value

A double value. Default is double.NaN.

 Remarks

If the Interval property is not set the control calculates the intervals among scale divisions automatically.

 See Also