@devexperts/dxcharts-lite
Version:
12 lines (11 loc) • 634 B
TypeScript
/*
* Copyright (C) 2019 - 2026 Devexperts Solutions IE Limited
* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
* If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
import { VolumeColorResolver } from './volumes.component';
export declare const VOLUMES_COLOR_OPACITY = 0.3;
export declare const resolveColorForBar: VolumeColorResolver;
export declare const resolveColorUsingConfig: VolumeColorResolver;
export declare const resolveColorForLine: VolumeColorResolver;
export declare const resolveColorForCandle: VolumeColorResolver;