Which corporate-action / news markers the chart draws. Every type defaults to on; an unlisted type is always drawn. Only filters the strip the chart owns (setEvents), not an EventMarkers a host drives itself.

interface ChartEventOptions {
    dividend?: boolean;
    earnings?: boolean;
    news?: boolean;
    split?: boolean;
}

Properties

dividend?: boolean
earnings?: boolean
news?: boolean
split?: boolean