MainPage PropertiesCPCSilverlight - An implementation of Continuous Parallel Coordinates using Silverlight
The MainPage type exposes the following members.
Properties

  NameDescription
Public propertyActiveLineEllipses
Gets or sets the currently highlighted Line's ellipses.
Public propertyActiveLineTexts
Gets or sets the currently highlighted Line's textblocks.
Public propertyAxeHeight
Gets or sets the vertical height of the entire parallel coordinate system.
Public propertyAxes
Gets or sets the Axis lines.
Public propertyAxeSpacing
Gets or sets the horizontal spacing between adjacent axes.
Public propertyAxisLabels
Gets or sets the Axis labels.
Public propertyAxisNames
Gets or sets the Axis names.
Public propertyData
Gets or sets the real (unnormalized) data.
Public propertyDataVectors
Gets or sets the number of datarows.
Public propertyFeatureDimensions
Gets or sets the number of dimensions in the multi-variate data domain.
Public propertyMaxAxisLabels
Gets or sets the Maximum-Axis-Value labels.
Public propertyMinAxisLabels
Gets or sets the Minimum-Axis-Value labels.
Public propertyNormalizedData
Gets or sets the normalized data.
Public propertyPCData
Gets or sets the base dataset. This holds all the relevant data read from a data-file.
Public propertyPolylines
Gets or sets the Polylines.
Public propertyScatterLines
Gets or sets the scattered lines.
Back to Top
See Also