[C#] | public int xScaleColor(double[] colorStops); |
[VB] | Public Function xScaleColor(colorStops As Double()) As Integer |
ChartDirector 7.1 (.NET Edition)
XYChart.
Usage
[C#] | public int xScaleColor(double[] colorStops); |
[VB] | Public Function xScaleColor(colorStops As Double()) As Integer |
Description
Arguments
Argument | Default | Description |
---|---|---|
colorStops | (Mandatory) | An array that defines the mapping from data values to colors. Please refer to ColorAxis.setColorScale for the format of this array. |
Return Value