dotnetCHARTING Send comments on this topic.
MinimumInterval Property
See Also 
dotnetCHARTING Namespace > Axis Class : MinimumInterval Property


Gets or sets the numeric minimum interval value.

Syntax

Visual Basic (Declaration) 
Public Property MinimumInterval As Double
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As Double
 
instance.MinimumInterval = value
 
value = instance.MinimumInterval
C# 
public double MinimumInterval {get; set;}

Example

Remarks

This allows you to prevent the axis scales from using intervals that are smaller than a single unit of your data. For example a chart showing votes where the maximum value is three may show intervals at .5, which cant represent any data for your chart. In this case setting this value to 1 will represent the chart data better.

See Also

© 2010 All Rights Reserved.