luxlabs header browser preview


@class NSString, HKGraphView;
@protocol HKGraphViewControllerDelegate, HKGraphViewDelegate;

@interface HKGraphViewController : HKViewController <HKGraphViewDelegate>

@property (readonly, nonatomic) HKGraphView *graphView;
@property (weak, nonatomic) id<HKGraphViewDelegate> graphViewDelegateProxy;
@property (weak, nonatomic) id<HKGraphViewControllerDelegate> delegate;
@property (readonly, nonatomic) long long dateZoom;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void).cxx_destruct;
- (void)setDetailView:(id)a0;
- (void)graphView:(id)a0 didFinishUserScrollingToValueRange:(id)a1;
- (void)graphView:(id)a0 didUpdateFromDateZoom:(long long)a1 toDateZoom:(long long)a2 newVisibleRange:(id)a3;
- (void)graphView:(id)a0 didUpdateLegendViewsWithTopLegendFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a1;
- (void)graphView:(id)a0 didUpdateSelectedPoint:(id)a1;
- (void)graphView:(id)a0 didUpdateSeries:(id)a1 newDataArrived:(BOOL)a2 changeContext:(long long)a3;
- (void)graphView:(id)a0 didUpdateVisibleValueRange:(id)a1 changeContext:(long long)a2;
- (void)graphView:(id)a0 didUpdateYAxisWidth:(double)a1 toWidth:(double)a2;
- (id)graphView:(id)a0 graphSeriesForZoom:(long long)a1 stackOffset:(long long)a2;
- (void)graphView:(id)a0 startupTime:(long long)a1;
- (void)graphViewDidBeginSelection:(id)a0;
- (void)graphViewDidEndSelection:(id)a0;
- (void)graphViewDidTapYAxis:(id)a0;
- (void)graphViewExternalSelectionEnd:(id)a0;
- (BOOL)graphViewPointSelectionDifferentiatesSeriesGroups:(id)a0;
- (void)graphViewRenderedView:(id)a0;
- (void)graphViewSizeChanged:(id)a0;
- (id)initWithGraphView:(id)a0 dateZoom:(long long)a1;
- (long long)primarySeriesGroupIndexForGraphView:(id)a0;
- (id)seriesSelectionLineColorForGraphView:(id)a0;
- (long long)stackCountForGraphView:(id)a0;
- (id)stackedSeriesGroupProportionsForGraphView:(id)a0;

@end