Graph |
public enum AxisScale
| Member name | Value | Description |
|---|---|---|
| Linear | 0 | Linear scale. |
| Log10 | 1 | Base-10 logarithmic scale. |
| Probability | 2 | Probability scale. |
| Probit | 3 | Probit scale. |
| Reciprocal | 4 | Reciprocal scale. |
| OffsetReciprocal | 5 | Offset reciprocal scale. |
| Logit | 6 | Natural logarithmic scale. |
| Ln | 7 | Natural logarithm scale. |
| Log2 | 8 | Base-2 logarithmic scale. |
The GraphAxisAxisScale type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |