I'm not sure what you mean by FormatString in Visual Basic since VB did not have a FormatString function. Are you talking about VB's Format method or the FormatString property on CWAxis in the Measurement Studio graph ActiveX control? If the former, the equivalent is the
String.Format method. The format strings for String.Format can be
standard numeric format strings or
custom numeri
c format strings, neither of which support scaling. If the latter, the equivalent is the LabelFormat property on Axis.MajorDivisions. The type of this property is FormatString, which uses the .NET format strings described above.
I will file a feature suggestion about this for a future release of Measurement Studio. In the meantime, you can workaround this by scaling the data before plotting it.
- Elton