copy

fun copy(line: LineComponent? = this.line, label: TextComponent? = this.label, labelRotationDegrees: Float = this.labelRotationDegrees, valueFormatter: CartesianValueFormatter = this.valueFormatter, tick: LineComponent? = this.tick, tickLengthDp: Float = this.tickLengthDp, guideline: LineComponent? = this.guideline, itemPlacer: HorizontalAxis.ItemPlacer = this.itemPlacer, sizeConstraint: BaseAxis.SizeConstraint = this.sizeConstraint, titleComponent: TextComponent? = this.titleComponent, title: CharSequence? = this.title): HorizontalAxis<P>

Creates a new HorizontalAxis based on this one.