centerMedianPoint property

ChartLocation? centerMedianPoint
getter/setter pair

Stores the chart location.

Implementation

ChartLocation? openPoint,
    closePoint,
    centerOpenPoint,
    centerClosePoint,
    lowPoint,
    highPoint,
    centerLowPoint,
    centerHighPoint,
    currentPoint,
    startControl,
    endControl,
    highStartControl,
    highEndControl,
    lowStartControl,
    lowEndControl,
    minimumPoint,
    maximumPoint,
    lowerQuartilePoint,
    upperQuartilePoint,
    centerMinimumPoint,
    centerMaximumPoint,
    medianPoint,
    centerMedianPoint,
    centerMeanPoint,
    originValueLeftPoint,
    originValueRightPoint,
    endValueLeftPoint,
    endValueRightPoint,
    horizontalPositiveErrorPoint,
    horizontalNegativeErrorPoint,
    verticalPositiveErrorPoint,
    verticalNegativeErrorPoint;