Nevron.Chart Namespace / NAutoScaleBreak Class / NAutoScaleBreak Constructor / NAutoScaleBreak Constructor(NScaleBreakStyle,NScaleBreakPosition,NScaleBreakInflate,Single,Int32,Boolean,Double)


NAutoScaleBreak Constructor(NScaleBreakStyle,NScaleBreakPosition,NScaleBreakInflate,Single,Int32,Boolean,Double)
Syntax
'Declaration
 
Public Function New( _
   ByVal style As NScaleBreakStyle, _
   ByVal position As NScaleBreakPosition, _
   ByVal inflate As NScaleBreakInflate, _
   ByVal thresholdFactor As System.Single, _
   ByVal maxScaleBreakCount As System.Integer, _
   ByVal useMinValue As System.Boolean, _
   ByVal minValue As System.Double _
)
 
'Usage
 
Dim style As NScaleBreakStyle
Dim position As NScaleBreakPosition
Dim inflate As NScaleBreakInflate
Dim thresholdFactor As System.Single
Dim maxScaleBreakCount As System.Integer
Dim useMinValue As System.Boolean
Dim minValue As System.Double
 
Dim instance As New NAutoScaleBreak(style, position, inflate, thresholdFactor, maxScaleBreakCount, useMinValue, minValue)

Parameters

style
position
inflate
thresholdFactor
maxScaleBreakCount
useMinValue
minValue
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