Legend.BuildGradient Method

Builds a red to blue gradient array of colors.
Public Shared Function BuildGradient( _ 
Optional ByVal hueSteps As Integer = 9 _ 
) As Color()
This language is not supported or no code example is available.
public static Color[] BuildGradient( 
int hueSteps = 9 
)
This language is not supported or no code example is available.

Parameters

hueSteps
int

Number of hue steps

Return Value

Color[]

The resulting array of colors.

.NET Framework

Supported in: 4.8

In this article

Definition