Graph PaneAdd Stick(String, Double, Double, Color) Method
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public StickItem AddStick(
string label,
double[] x,
double[] y,
Color color
)VB
Public Function AddStick (
label As String,
x As Double(),
y As Double(),
color As Color
) As StickItem