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


ITemporalLegendGroup2.UseGradient Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendGroup2 Interface > ITemporalLegendGroup2.UseGradient Property
ArcGIS Developer Help

ITemporalLegendGroup2.UseGradient Property

Create a smooth gradient using the symbols in the first two classes.

[Visual Basic .NET]
Public Property UseGradient As Boolean
[C#]
public bool UseGradient {get; set;}
[C++]
HRESULT get_UseGradient(
  Boolean* UseGradient
);
[C++]
HRESULT put_UseGradient(
  VARIANT_BOOL UseGradient
);
[C++]
Parameters
UseGradient [out, retval]

UseGradient is a parameter of type bool* UseGradient [in]
UseGradient is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITemporalLegendGroup2 Interface