LineBuildLowPointsArray Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public bool BuildLowPointsArray(
	GraphPane pane,
	CurveItem curve,
	out PointF[] arrPoints,
	out int count
)

Parameters

pane  GraphPane
 
curve  CurveItem
 
arrPoints  PointF
 
count  Int32
 

Return Value

Boolean

See Also