This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* 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
IntervalCount determines the number of colors used in the gradient. A minimum value of two is required to display a ramp.