centerMeanPoint property

_ChartLocation? centerMeanPoint
getter/setter pair

Stores the chart location.

Implementation

_ChartLocation? openPoint,
    closePoint,
    centerOpenPoint,
    centerClosePoint,
    lowPoint,
    highPoint,
    centerLowPoint,
    centerHighPoint,
    currentPoint,
    // ignore:unused_field
    _nextPoint,
    // ignore:unused_field
    _midPoint,
    startControl,
    endControl,
    highStartControl,
    highEndControl,
    lowStartControl,
    lowEndControl,
    minimumPoint,
    maximumPoint,
    lowerQuartilePoint,
    upperQuartilePoint,
    centerMinimumPoint,
    centerMaximumPoint,
    medianPoint,
    centerMedianPoint,
    centerMeanPoint,
    originValueLeftPoint,
    originValueRightPoint,
    endValueLeftPoint,
    endValueRightPoint;