LogarithmicScale

interface LogarithmicScale : Chart.ChartScales

Properties

display
Link copied to clipboard
open var display: Boolean?
gridLines
Link copied to clipboard
open var gridLines: Chart.GridLineOptions?
position
Link copied to clipboard
abstract var position: String
scaleLabel
Link copied to clipboard
open var scaleLabel: Chart.ScaleTitleOptions?
ticks
Link copied to clipboard
open override var ticks: Chart.TickOptions?
type
Link copied to clipboard
abstract var type: String
xAxes
Link copied to clipboard
open var xAxes: Array<Chart.ChartXAxe>?
yAxes
Link copied to clipboard
open var yAxes: Array<Chart.ChartYAxe>?