ArcObjects Library Reference (TrackingAnalyst)  

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(
  VARIANT_BOOL* UseGradient
);
[C++]
HRESULT put_UseGradient(
  VARIANT_BOOL UseGradient
);
[C++]

Parameters

UseGradient [out, retval]   UseGradient is a parameter of type VARIANT_BOOL UseGradient [in]   UseGradient is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITemporalLegendGroup2 Interface