.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : MinimumInterval Property
MinimumInterval Property
Gets or sets the numeric minimum interval value.
Syntax
'Declaration
 
Public Property MinimumInterval As Double
'Usage
 
Dim instance As Axis
Dim value As Double
 
instance.MinimumInterval = value
 
value = instance.MinimumInterval
public double MinimumInterval {get; set;}
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.
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also