File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 88
99OxyPlot contains the following axis types:
1010
11- LinearAxis Represents a numerical axis with a linear scale.
12- LogarithmicAxis Represents a numerical axis with a logarithmic scale.
13- DateTimeAxis Represents a date/time axis based on `DateTime ` values.
14- TimeSpanAxis Represents a time axis based on `TimeSpan ` values.
15- CategoryAxis Represents an axis that displays categories (typically used for bar/column series).
16- LinearColorAxis Represents an axis that displays a linear color scale.
17- RangeColorAxis Represents an axis that displays a colors for specified ranges.
18- MagnitudeAxis Represents the radial axis in polar plots
19- AngleAxis Represents the angular axis in polar plots
11+ - LinearAxis Represents a numerical axis with a linear scale.
12+ - LogarithmicAxis Represents a numerical axis with a logarithmic scale.
13+ - DateTimeAxis Represents a date/time axis based on `DateTime ` values.
14+ - TimeSpanAxis Represents a time axis based on `TimeSpan ` values.
15+ - CategoryAxis Represents an axis that displays categories (typically used for bar/column series).
16+ - LinearColorAxis Represents an axis that displays a linear color scale.
17+ - RangeColorAxis Represents an axis that displays a colors for specified ranges.
18+ - MagnitudeAxis Represents the radial axis in polar plots
19+ - AngleAxis Represents the angular axis in polar plots
2020
2121Position
2222--------
You can’t perform that action at this time.
0 commit comments