'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)
public NAutoScaleBreak( NScaleBreakStyle style, NScaleBreakPosition position, NScaleBreakInflate inflate, System.float thresholdFactor, System.int maxScaleBreakCount, System.bool useMinValue, System.double minValue )
Parameters
- style
- position
- inflate
- thresholdFactor
- maxScaleBreakCount
- useMinValue
- minValue