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

SCITextureBrushStyle

@interface SCITextureBrushStyle : SCIBrushStyle

Defines the style which allows to fill shapes with texture.

  • Gets the SCIBitmap which ccontains texture.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) SCIBitmap *_Nonnull texture;

    Swift

    var texture: SCIBitmap { get }
  • Creates a new SCITextureBrushStyle instance.

    Declaration

    Objective-C

    - (nonnull instancetype)initWithTexture:(nonnull SCIBitmap *)texture;

    Swift

    init(texture: SCIBitmap)

    Parameters

    texture

    The bitmap with texture.