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(
VARIANT_BOOL* b
);
[C++]
HRESULT put_HighlightSelection(
VARIANT_BOOL b
);
[C++]Parameters
b [out, retval] b is a parameter of type VARIANT_BOOL b [in] b is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.