This document is archived and information here might be outdated. Recommended version. |
Indicates whether graph handles selection in the input layer by creating series only from the selected data or highlights selected values on the graph made from entire dataset.
[Visual Basic .NET]
Public Property HighlightSelection As Boolean
[C#]
public bool HighlightSelection {get; set;}
[C++]
HRESULT get_HighlightSelection(
Boolean* b
);
[C++]
HRESULT put_HighlightSelection(
VARIANT_BOOL b
);
[C++] Parameters b [out, retval]
b is a parameter of type bool* b [in]
b is a parameter of type bool