This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphT Interface > IDataGraphT.HighlightSelection Property (ArcObjects .NET 10.4 SDK) |
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