MainPage.ScatterLines Property CPCSilverlight - An implementation of Continuous Parallel Coordinates using Silverlight
Gets or sets the scattered lines.

Namespace: ParCoords
Assembly: ParCoords (in ParCoords.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public List<Line> ScatterLines { get; set; }
Remarks

These lines are generated by the ScatterLines method, and are only used for the creation of the continuous parallel coordinates plot. They are not real data, but interpolated using the real data.
See Also