This document is archived and information here might be outdated.  Recommended version.


IDataGraphT.HighlightSelection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphT Interface > IDataGraphT.HighlightSelection Property
ArcGIS Developer Help

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(
  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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataGraphT Interface