'Declaration
Public Function New( _ ByVal chart As NChart, _ ByVal horzAxisIndex As System.Integer, _ ByVal vertAxisIndex As System.Integer, _ ByVal depthAxisIndex As System.Integer, _ ByVal mode As AxisValueAnchorMode, _ ByVal scalePoint As NVector3DD _ )
'Usage
Dim chart As NChart Dim horzAxisIndex As System.Integer Dim vertAxisIndex As System.Integer Dim depthAxisIndex As System.Integer Dim mode As AxisValueAnchorMode Dim scalePoint As NVector3DD Dim instance As New NScalePointAnchor(chart, horzAxisIndex, vertAxisIndex, depthAxisIndex, mode, scalePoint)
public NScalePointAnchor( NChart chart, System.int horzAxisIndex, System.int vertAxisIndex, System.int depthAxisIndex, AxisValueAnchorMode mode, NVector3DD scalePoint )
Parameters
- chart
- horzAxisIndex
- vertAxisIndex
- depthAxisIndex
- mode
- scalePoint