DJI Mobile SDK Documentation

      class DUXHistogramWidget

      @interface DUXHistogramWidget : DUXWidget
      Header:DUXHistogramWidget.h
      Inherits From:DUXWidget
      Description:

      Widget to display histogram chart.

      Class Members:
      property histogramLineColor
      @property (strong, nonatomic) UIColor *histogramLineColor
      Header:DUXHistogramWidget.h
      Description:

      Line color of the histogram.

      property histogramFillColor
      @property (strong, nonatomic) UIColor *histogramFillColor
      Header:DUXHistogramWidget.h
      Description:

      Fill color of the histogram.

      property histogramGridColor
      @property (strong, nonatomic) UIColor *histogramGridColor
      Header:DUXHistogramWidget.h
      Description:

      Grid color of the histogram.

      property histogramBackgroundColor
      @property (strong, nonatomic) UIColor *histogramBackgroundColor
      Header:DUXHistogramWidget.h
      Description:

      Background color of the histogram.

      property shouldDrawGrid
      @property (assign, nonatomic) BOOL shouldDrawGrid
      Header:DUXHistogramWidget.h
      Description:

      YES if grid needs to be drawn.

      property shouldDrawCubic
      @property (assign, nonatomic) BOOL shouldDrawCubic
      Header:DUXHistogramWidget.h
      Description:

      YES if histogram should be drawn in cubic mode.

      property shouldShowCloseButton
      @property (assign, nonatomic) BOOL shouldShowCloseButton
      Header:DUXHistogramWidget.h
      Description:

      YES if histogram should show the close button.

      property preferredCameraIndex
      @property (nonatomic) NSUInteger preferredCameraIndex
      Header:DUXHistogramWidget.h
      Description:

      The index of the camera whose video feed will be the source of the histogram data. Default value is 0.