Click or drag to resize

ColorRangeintervalColors Method

Get interval limit colors.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public List<Color> intervalColors(
	int n_intervals
)

Parameters

n_intervals
Type: SystemInt32
Number of intervals to be used.

Return Value

Type: ListColor
List of interval colors.
See Also