Gets or sets the count of intervals at the axis.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public int IntervalCount { get; set; } |
Visual Basic
![]() |
---|
Public Property IntervalCount As Integer |
an int value. Default value is -1.
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.