Contains all the relevant classes and controls to generate and display continuous parallel coordinates.
Classes
Class | Description | |
---|---|---|
Axis |
Parallel coordinate axis (maps a dimension Xsi_n from the cartesian [Xsi_1 ... Xsi_n] coordinate system (data domain) to the cartesian [Eta_1, Eta_2] coordinate system (parallel coordinate domain)).
| |
DataLoader |
Class for loading data from a file.
| |
MainPage |
This class represents the UserControl that handles all the CPC drawing/event-handling/loading.
| |
ParCoordsData |
Data representation in application format.
| |
PerLineData |
Stores relevant data per PolyLine.
|