Skip to content
BSick7 edited this page Jul 3, 2014 · 3 revisions

Chart

  • Represents a chart.

Cartesian Chart

  • Represents a chart using 2D Cartesian coordinate system.

Series

  • Represents set of data.
  • Will update series presentation based on changes to ObservableCollection.

Cartesian Series

  • Allows transformation of items into 2 values: dependent and independent.
  • By default, dependent axis is represented by the x-axis. If Orientation for the Cartesian Chart is set to Transposed, dependent axis is represented by the y-axis.

Line Series

  • Knows how to present a polyline in a cartesian coordinate system using independent and dependent values.

Axis

  • Contains a scale which represents how to transform input domain to output range.
  • Helps plot coordinates from an output ordinal.
  • Provides a method of customization for axis presentation.
  • If axis is vertical, will invert coordinates for screen display.

Clone this wiki locally