iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

SCIChartHeatmapColourMap

@interface SCIChartHeatmapColourMap : UIView <ISCIThemeable>

A Legend for the SCIFastUniformHeatmapRenderableSeries, which gives a visual representation of double-to-color mapping in the heatmap.

  • Defines the color map for this SCIChartHeatmapColourMap

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) SCIColorMap *colourMap;
  • Defines the orientation of this SCIChartHeatmapColourMap.

    Declaration

    Objective-C

    @property (nonatomic) SCIOrientation orientation;
  • Defines the minimum value for this SCIChartHeatmapColourMap.

    Declaration

    Objective-C

    @property (nonatomic) double minimum;
  • Defines the maximum value for this SCIChartHeatmapColourMap.

    Declaration

    Objective-C

    @property (nonatomic) double maximum;
  • Fonts of labels.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) UIFont *font;
  • Text colors of labels.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) UIColor *textColor;
  • Defines the text format for min and max values in labels.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) NSFormatter *textFormat;