UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

9 lines (8 loc) 385 B
import { BasePointMarkerStyle, IBasePointMarkerStyleOptions } from "./BasePointMarkerStyle"; export interface ICustomPointMarkerStyleOptions extends IBasePointMarkerStyleOptions { image?: HTMLImageElement; } export declare class CustomPointMarkerStyle extends BasePointMarkerStyle { image: HTMLImageElement; constructor(options?: ICustomPointMarkerStyleOptions); }