ContourStyleSpec

data class ContourStyleSpec(val interval: Int, val majorInterval: Int, val width: Int, val majorWidth: Int, val scale: Int, val offset: Int)

Constructors

Link copied to clipboard
constructor(interval: Int, majorInterval: Int, width: Int, majorWidth: Int, scale: Int, offset: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val offset: Int
Link copied to clipboard
val scale: Int
Link copied to clipboard
val width: Int