[C#] | public StepLineLayer addStepLineLayer([ double[] data [, int color [, string name ]]]); |
[VB] | Public Function addStepLineLayer([ data As Double() [, color As Integer [, name As String ]]]) As StepLineLayer |
ChartDirector 7.1 (.NET Edition)
XYChart.
Usage
[C#] | public StepLineLayer addStepLineLayer([ double[] data [, int color [, string name ]]]); |
[VB] | Public Function addStepLineLayer([ data As Double() [, color As Integer [, name As String ]]]) As StepLineLayer |
Description
Arguments
Argument | Default | Description |
---|---|---|
data | [Empty_Array] | An array of numbers representing the data set. |
color | -1 | The color to draw the step line. -1 means that the color is automatically selected from the palette. |
name | "" | The name of the data set. The name will be used in the legend box, if one is available. An empty string means the data set has no name. |
Return Value