Members  Example 
SciChart.Drawing Assembly > SciChart.Drawing.Common Namespace : IPointMarkerPathDrawingContext Interface
IPointMarkerPathDrawingContext Interface
Returns an IPointMarkerPathDrawingContext to draw a polyline, or collection of PointMarkers
Syntax
public interface IPointMarkerPathDrawingContext 
Example
var lineContext = renderContext.BeginPoints(pen, 0, 0, 0);
lineContext.LineTo(1, 2, 1);
lineContext.LineTo(3, 4, 2);
lineContext.Dispose();
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also