Interface ChartObjectsOptions

interface ChartObjectsOptions {
    drawings?: ChartObjectDrawingSource;
    onSettings(object: ChartObjectSnapshot): void;
}

Properties

Methods

Properties

Methods