@class NSLock, HKStrokeStyle, HKAxisLabelStyle; @interface HKQuantityDistributionSeries : HKGraphSeries @property (readonly, nonatomic) NSLock *seriesMutableStateLock; @property (copy, nonatomic) HKStrokeStyle *inactiveStrokeStyleStorage; @property (copy, nonatomic) HKStrokeStyle *unselectedStrokeStyleStorage; @property (copy, nonatomic) HKStrokeStyle *selectedStrokeStyleStorage; @property (copy, nonatomic) HKAxisLabelStyle *minMaxLabelStyleStorage; @property (copy, nonatomic) HKAxisLabelStyle *minMaxValueStyleStorage; @property (copy, nonatomic) HKStrokeStyle *minMaxPointStyleStorage; @property (nonatomic) BOOL excludeDistributionStorage; @property (nonatomic) long long zeroCountForGapStorage; @property (nonatomic) double hollowLineRatioStorage; @property (copy, nonatomic) HKStrokeStyle *inactiveStrokeStyle; @property (copy, nonatomic) HKStrokeStyle *unselectedStrokeStyle; @property (copy, nonatomic) HKStrokeStyle *selectedStrokeStyle; @property (copy, nonatomic) HKAxisLabelStyle *minMaxLabelStyle; @property (copy, nonatomic) HKAxisLabelStyle *minMaxValueStyle; @property (copy, nonatomic) HKStrokeStyle *minMaxPointStyle; @property (nonatomic) BOOL excludeDistribution; @property (nonatomic) long long zeroCountForGap; @property (nonatomic) double hollowLineRatio; + (id)segmentsFromChartPoint:(id)a0 minY:(double)a1 maxY:(double)a2 zeroCountForGap:(long long)a3; + (id)segmentsFromChartPoint:(id)a0 zeroCountForGap:(long long)a1; + (id)transformedSegmentsFromChartPoint:(id)a0 forX:(double)a1 minY:(double)a2 maxY:(double)a3 zeroCountForGap:(long long)a4; - (id)init; - (void).cxx_destruct; - (id)coordinatesForBlock:(id)a0 blockPath:(struct HKGraphSeriesDataBlockPath { long long x0; long long x1; long long x2; })a1 xAxis:(id)a2 yAxis:(id)a3; - (double)distanceFromPoint:(struct CGPoint { double x0; double x1; })a0 blockCoordinate:(id)a1 chartRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a2; - (void)drawSeriesWithBlockCoordinates:(id)a0 axisRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a1 zoomLevelConfiguration:(id)a2 pointTransform:(struct CGAffineTransform { double x0; double x1; double x2; double x3; double x4; double x5; })a3 renderContext:(struct CGContext { } *)a4 secondaryRenderContext:(id)a5 seriesRenderingDelegate:(id)a6; - (long long)resolutionForTimeScope:(long long)a0 traitResolution:(long long)a1; - (BOOL)supportsMultiTouchSelection; - (double)xAxisDistanceFromPoint:(struct CGPoint { double x0; double x1; })a0 blockCoordinate:(id)a1 chartRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a2; - (double)yAxisDifferenceToPoint:(struct CGPoint { double x0; double x1; })a0 blockCoordinate:(id)a1 chartRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a2; - (void)_drawMinMaxLabelsForMin:(struct CGPoint { double x0; double x1; })a0 max:(struct CGPoint { double x0; double x1; })a1 pointTransform:(struct CGAffineTransform { double x0; double x1; double x2; double x3; double x4; double x5; })a2 axisRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a3 context:(struct CGContext { } *)a4; - (id)_quickDate:(id)a0; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_textRectForSize:(struct CGSize { double x0; double x1; })a0 location:(struct CGPoint { double x0; double x1; })a1 screenRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a2 yOffset:(double)a3; - (BOOL)blockCoordinate:(id)a0 greaterThan:(id)a1; - (BOOL)blockCoordinate:(id)a0 lessThan:(id)a1; - (id)marginsForYAxis:(id)a0 xAxisRange:(id)a1 zoomLevel:(long long)a2 chartRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a3; @end