MindFusion.Charting for Silverlight Programmer's Guide
AxisSettings.IntervalCount Property
See Also
 






Gets or sets the count of intervals at the axis.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public int IntervalCount { get; set; }

Visual Basic  Copy Code

Public Property IntervalCount As Integer

 Property Value

an int value. Default value is -1.

 Remarks

When the IntervalCount property is set, the Interval property is not considered and the axis has between MinValue and MaxValue as many intervals as set by IntervalCount.

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Charting.Silverlight Namespace