Write/Read |
About Limit Lines |
Description |
Set and return whether to draw limits lines in Red or the trace color. |
VB Syntax |
pref.DrawLimitLinesInRed = value |
Variable |
(Type) - Description |
pref |
A Preferences (object) |
value |
(Boolean) - Choose from: True - All Limit lines are drawn in Red. False - Limit lines are drawn the same color as the trace. |
Return Type |
Boolean |
Default |
False |
Examples |
pref.DrawLimitLinesInRed = True 'Write |
value = pref.DrawLimitLinesInRed 'Read |
|
C++ Syntax |
HRESULT get_DrawLimitLinesInRed (VARIANT_BOOL* preference); HRESULT put_DrawLimitLinesInRed (VARIANT_BOOL val) |
Interface |
IPreferences15 |