bracket Dodge
class bracketDodge(val x: Any? = null, val y: Any? = null, val istart: Any? = null, val iend: Any? = null, val lenstart: Any? = null, val lenend: Any? = null, val label: Any? = null, val size: Any? = null, val linetype: Any? = null, val color: Any? = null, val alpha: Any? = null, val family: Any? = null, val fontface: Any? = null, val hjust: Any? = null, val vjust: Any? = null, val angle: Any? = null, val lineheight: Any? = null, val segmentColor: Any? = null, val segmentSize: Any? = null, val segmentAlpha: Any? = null, val labelFormat: String? = null, val naText: String? = null, val nudgeX: Number? = null, val nudgeY: Number? = null, val nudgeUnit: String? = null, val checkOverlap: Boolean? = null, val bracketShorten: Number? = null, val tipLengthUnit: String? = null, val dodgeWidth: Number? = null, val nGroup: Int? = null, val sizeUnit: String? = null, val colorBy: String? = null, val mapping: BracketDodgeMapping.() -> Unit = {}) : GeomOptions, BracketDodgeAesthetics, BracketDodgeParameters, TextParameters, WithSizeUnitOption, WithColorOption
Constructors
Link copied to clipboard
constructor(x: Any? = null, y: Any? = null, istart: Any? = null, iend: Any? = null, lenstart: Any? = null, lenend: Any? = null, label: Any? = null, size: Any? = null, linetype: Any? = null, color: Any? = null, alpha: Any? = null, family: Any? = null, fontface: Any? = null, hjust: Any? = null, vjust: Any? = null, angle: Any? = null, lineheight: Any? = null, segmentColor: Any? = null, segmentSize: Any? = null, segmentAlpha: Any? = null, labelFormat: String? = null, naText: String? = null, nudgeX: Number? = null, nudgeY: Number? = null, nudgeUnit: String? = null, checkOverlap: Boolean? = null, bracketShorten: Number? = null, tipLengthUnit: String? = null, dodgeWidth: Number? = null, nGroup: Int? = null, sizeUnit: String? = null, colorBy: String? = null, mapping: BracketDodgeMapping.() -> Unit = {})
Properties
Link copied to clipboard
Link copied to clipboard
Skips plotting text that overlaps previous text in the same layer.
Link copied to clipboard
Link copied to clipboard
Specifies the format pattern for displaying mapped values.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Relate the size to the length of the unit step along one of the axes. "x" uses the unit step along the x-axis, "y" uses the unit step along the y-axis. "min" uses the smaller of the unit steps along the x- and y-axes. "max" uses the larger of the unit steps along the x- and y-axes. If not specified, no fitting is performed.
Link copied to clipboard