ParCoordsData MembersCPCSilverlight - An implementation of Continuous Parallel Coordinates using Silverlight

The ParCoordsData type exposes the following members.
Constructors

  NameDescription
Public methodParCoordsData
Standard constructor. Initializes data members
Back to Top
Methods

  NameDescription
Public methodNormalizeData
Normalize data to a [0,1] - Range.
Public methodScatterLines
Introduce continuosity. Given an axis, generate (by means of interpolation) additional data lines in the PC-domain. This corresponds to sampling the data in the data domain.
Back to Top
Properties

  NameDescription
Public propertyAxisData
Axis data as read from the data file
Public propertyAxisNames
Axis names as read from the data file
Public propertyDataVectors
Number of data vectors in data set (i.e. number of data points in data domain)
Public propertyFeatureDimensions
Data dimensionality (i.e. number of axes)
Public propertyMaxValuePerAxis
Max values for each axis
Public propertyMinValuePerAxis
Min values for each axis
Public propertyNormalizedAxisData
Axis data, normalized to a [0,1] - Range
Public propertyNumSamples
Number of samples to be taken for continuosity calculation. This must be scaled according to the total PC-Coordinate system's height in order to avoid aliasing artifacts.
Back to Top
See Also