Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines the interface to set of Sprite Canvas Textures, where ISpriteTextures.spriteTexture is used for normal presentation of a point on the SciChart Surface. The two other are used for presentation of a point when its appearance, either Stroke Color or Fill Color (or both), is overridden by a Palette Provider.

Hierarchy

  • ISpriteTextures

Index

Properties

fillMask

fillMask: CanvasTexture

Fill Mask used for presentation of a point, when its Fill Color is overridden by a Point Marker.

spriteTexture

spriteTexture: CanvasTexture

Sprite Canvas Textures used for normal presentation of a point.

strokeMask

strokeMask: CanvasTexture

Stroke Mask used for presentation of a point, when its Stroke Color is overridden by a Point Marker.

Generated using TypeDoc