ArcObjects Library Reference (Display)  

IGradientFillSymbol.IntervalCount Property

Interval count - controls number of colors in the color ramp.

[Visual Basic .NET]
Public Property IntervalCount As Integer
[C#]
public int IntervalCount {get; set;}
[C++]
HRESULT get_IntervalCount(
  long* IntervalCount
);
[C++]
HRESULT put_IntervalCount(
  long IntervalCount
);
[C++]

Parameters

IntervalCount [out, retval]   IntervalCount is a parameter of type long IntervalCount [in]   IntervalCount is a parameter of type long

Product Availability

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

Description

IntervalCount determines the number of colors used in the gradient. A minimum value of two is required to display a ramp.

See Also

IGradientFillSymbol Interface