Click or drag to resize

LineChartDrawPoint Method

Draws a data point on chart

Namespace:  SIC.Draw
Assembly:  SIC.Draw (in SIC.Draw.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax
private void DrawPoint(
	double pXValue,
	double pYValue
)

Parameters

pXValue
Type: SystemDouble
X axis value
pYValue
Type: SystemDouble
Y axis value
See Also