ParCoordsData PropertiesCPCSilverlight - An implementation of Continuous Parallel Coordinates using Silverlight
The ParCoordsData type exposes the following members.
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