AxisLogarithmicOptions Members
Stores settings that configure the logarithmic scale for a numeric axis.Constructors
| Name | Description |
|---|---|
| AxisLogarithmicOptions() | Initializes a new instance of the AxisLogarithmicOptions class. |
Fields
| Name | Description |
|---|---|
| BaseProperty static | Identifies the Base dependency property. |
| EnabledProperty static | Identifies the Enabled dependency property. |
Properties
| Name | Description |
|---|---|
| Base | Gets or sets the base of the logarithm. |
| Enabled | Gets or sets whether the axis uses the logarithmic scale to display numeric values. |
See Also