-
Notifications
You must be signed in to change notification settings - Fork 0
overview
BSick7 edited this page Jul 3, 2014
·
3 revisions
- Represents a chart.
- Represents a chart using 2D Cartesian coordinate system.
- Represents set of data.
- Will update series presentation based on changes to ObservableCollection.
- 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.
- Knows how to present a polyline in a cartesian coordinate system using independent and dependent values.
- 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.