v
Description
Sets the values for color bar.
Syntax
Sub RFDocument.SetColorBarValue(dAccept As Double, dMax As Double, dMin As Double, iMapType As RFDeviationType, bVertical As Boolean, iColorBarType As RFColorBarType, iDataUnit As RFColorBarDataUnit, bPopupEnable As Boolean, iNumInTolerance As Long, iNumOutTolerancePlus As Long, iNumOutToleranceMinus As Long)
The SetColorBarValue syntax has these parts:
| Part | Description |
|---|---|
| dAccept | [IN] Double Required. The acceptance value of color bar. |
| dMax | [IN] Double Required. The maximum value of color bar. |
| dMin | [IN] Double Required. The minimum value of color bar. |
| iMapType | [IN] RFDeviationType Required. The deviation map type. |
| bVertical | [IN] Boolean Required. The flag which determines whether it is vertical or not. |
| iColorBarType | [IN] RFColorBarType Required. The color bar type. |
| iDataUnit | [IN] RFColorBarDataUnit Required. The data unit which is displayed in color bar. |
| bPopupEnable | [IN] Boolean Required. The flag which determines whether enables popup menu in color bar or not. |
| iNumInTolerance | [IN] Long Required. The number of entities which are in tolerance. |
| iNumOutTolerancePlus | [IN] Long Required. The number of entities which are plus and out of tolerance. |
| iNumOutToleranceMinus | [IN] Long Required. The number of entities which are minus and out of tolerance. |