ArcObjects Library Reference (Carto)  

IDataGraphT.HighlightSelection Property

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.

See Also

IDataGraphT Interface

.NET Related Topics

How to create a selection set using a scatter plot graph