File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,6 @@ export {
5656/** @public */
5757export type BackgroundImageLocation = 'center' | 'centerBottom' | 'centerTop' | 'full' | 'leftBottom' | 'leftCenter' | 'leftTop' | 'rightBottom' | 'rightCenter' | 'rightTop' ;
5858/** @public */
59- export type ValueChangedCallMode = 'onMoving' | 'onMovingComplete' ;
60- /** @public */
6159export type AxisScale = 'continuous' | 'discrete' | 'logarithmic' | 'semidiscrete' ;
6260/** @public */
6361export type ChartAxisScale = 'continuous' | 'logarithmic' ;
Original file line number Diff line number Diff line change 77 ScaleBreakLineStyle ,
88 VisualRangeUpdateMode ,
99 BackgroundImageLocation ,
10- ValueChangedCallMode ,
1110 AxisScale ,
1211 ChartAxisScale ,
1312 DisposingEvent ,
Original file line number Diff line number Diff line change @@ -42809,7 +42809,6 @@ declare module DevExpress.viz {
4280942809 DevExpress.common.core.events.EventInfo<dxRangeSelector> &
4281042810 DevExpress.common.core.events.ChangedOptionInfo;
4281142811 export type Properties = dxRangeSelectorOptions;
42812- export type ValueChangedCallMode = 'onMoving' | 'onMovingComplete';
4281342812 /**
4281442813 * [descr:_viz_range_selector_ValueChangedEvent]
4281542814 */
You can’t perform that action at this time.
0 commit comments