LogarithmicAxisRenderer constructor

LogarithmicAxisRenderer(
  1. LogarithmicAxis _logarithmicAxis
)

Creating an argument constructor of LogarithmicAxisRenderer class.

Implementation

LogarithmicAxisRenderer(this._logarithmicAxis) : super(_logarithmicAxis);