Creates an instance of the LogarithmicAxis class.
Enables the pan gesture on the axis.
Enables chart zoom gesture on the axis.
Gets or sets the super of the logarithm used for normalizing data points' values.
Gets or sets the visibility status of axis.
Gets or sets the horizontal location of the axis. Use values exported from AxisHorizontalLocation.
Gets or sets the id for this axis.
Gets or sets the fit mode for axis labels. Use exported values from AxisLabelFitMode.
Gets or sets the format of the labels displayed by the axis.
Gets or sets the layout mode for axis labels. Use exported values from AxisLabelLayoutMode.
Identifies the labelLayoutMode dependency property.
Gets or sets the margin of axis label.
Gets or sets the rotation angle for axis labels. Requires "Rotation" fit mode for labelFitMode property to be set.
Gets or sets the size of the text labels displayed by the axis.
Gets or sets the color of the labels displayed by the chart.
Gets or sets the color of the axis line.
Gets or sets if the axis line is hidden.
Gets or sets the thickness of the axis line.
Sets the exponent step between each axis tick. By default the axis itself will calculate the exponent step, depending on the plotted data points. You can reset this property by setting it to 0 to restore the default behavior.
Gets or sets major tick mark frequency for the axis. In case of DateTimeContinuousAxis you should use values exported from module DateTimeComponent.
Gets or sets a user-defined maximum for the axis. In case of linear axis with numeric values you should use number as a value. In case of DateTimeCategoricalAxis or DateTimeContinuousAxis axis you can specify the minimum value as string in format "dd/MM/yyyy" or with a Date object.
Gets or sets a user-defined minimum for the axis. In case of linear axis with numeric values you should use number as a value. In case of DateTimeCategoricalAxis or DateTimeContinuousAxis axis you can specify the minimum value as string in format "dd/MM/yyyy" or with a Date object.
Gets or sets the vertical location of the axis. Use values exported from AxisVerticalLocation.
Identifies the allowPan dependency property.
Identifies the allowZoom dependency property.
Identifies the exponentStep dependency property.
Identifies the hidden dependency property.
Identifies the horizontalLocation dependency property.
Identifies the id dependency property of each axis.
Identifies the labelFitMode dependency property.
Identifies the labelFormat dependency property.
Identifies the labelMargin dependency property.
Identifies the labelRotationAngle dependency property.
Identifies the labelSize dependency property.
Identifies the labelTextColor dependency property.
Identifies the lineColor dependency property.
Identifies the lineHidden dependency property.
Identifies the lineThickness dependency property.
Identifies the logarithmBase dependency property.
Identifies the majorStep dependency property.
Identifies the maximum dependency property.
Identifies the minimum dependency property.
Identifies the verticalLocation dependency property.
Generated using TypeDoc
Represents a logarithmic axis within a cartesian chart.