File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
9
9
OxyPlot contains the following axis types:
10
10
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
20
20
21
21
Position
22
22
--------
You can’t perform that action at this time.
0 commit comments