Chartbreaker
    Preparing search index...

    Type Alias LineStyleOption<T>

    type LineStyleOption<T extends ChartbreakerObject> = {
        _get: (this: T) => chartbreaker.ELineStyle;
        _set: (this: T, value: chartbreaker.ELineStyle) => void;
        flags: chartbreaker.ObjectEOptionFlags;
        name: string | I18NString;
        type: Record<chartbreaker.ELineStyle, string>;
    }

    Type Parameters

    Index
    _get: (this: T) => chartbreaker.ELineStyle
    _set: (this: T, value: chartbreaker.ELineStyle) => void
    name: string | I18NString