Select the axis offset type.
[Visual Basic .NET] |
---|
Public Sub SetAxisOffsetValue( _ ByVal OffsetType As AgEAxisOffset, _ ByVal AxisOffsetValue As Double _ ) |
[C#] |
---|
public void SetAxisOffsetValue( AgEAxisOffset OffsetType, double AxisOffsetValue ); |
[Managed C++] |
---|
public: void SetAxisOffsetValue( AgEAxisOffset OffsetType, double AxisOffsetValue ); |
[Unmanaged C++] |
---|
public: HRESULT SetAxisOffsetValue( AgEAxisOffset OffsetType, double AxisOffsetValue ); |
[Java] |
---|
public void setAxisOffsetValue( AgEAxisOffset OffsetType, double AxisOffsetValue ); |
[Python - STK API ] |
---|
def SetAxisOffsetValue(self, OffsetType:"AgEAxisOffset", AxisOffsetValue:float) -> None: |
- OffsetType
- AxisOffsetValue