@@ -209,10 +209,10 @@ export class DxoChartAreaComponent extends NestedOption implements OnDestroy, On
209209 }
210210
211211 @Input ( )
212- get hoverStyle ( ) : { border ?: { color ?: string | undefined , dashStyle ?: DashStyle , visible ?: boolean , width ?: number } , color ?: ChartsColor | string | undefined , dashStyle ?: DashStyle , hatching ?: { direction ?: HatchDirection , opacity ?: number , step ?: number , width ?: number } , highlight ?: boolean , width ?: number } {
212+ get hoverStyle ( ) : { border ?: { color ?: string | undefined , dashStyle ?: DashStyle | undefined , visible ?: boolean , width ?: number } , color ?: ChartsColor | string | undefined , dashStyle ?: DashStyle , hatching ?: { direction ?: HatchDirection , opacity ?: number , step ?: number , width ?: number } , highlight ?: boolean , width ?: number } {
213213 return this . _getOption ( 'hoverStyle' ) ;
214214 }
215- set hoverStyle ( value : { border ?: { color ?: string | undefined , dashStyle ?: DashStyle , visible ?: boolean , width ?: number } , color ?: ChartsColor | string | undefined , dashStyle ?: DashStyle , hatching ?: { direction ?: HatchDirection , opacity ?: number , step ?: number , width ?: number } , highlight ?: boolean , width ?: number } ) {
215+ set hoverStyle ( value : { border ?: { color ?: string | undefined , dashStyle ?: DashStyle | undefined , visible ?: boolean , width ?: number } , color ?: ChartsColor | string | undefined , dashStyle ?: DashStyle , hatching ?: { direction ?: HatchDirection , opacity ?: number , step ?: number , width ?: number } , highlight ?: boolean , width ?: number } ) {
216216 this . _setOption ( 'hoverStyle' , value ) ;
217217 }
218218
@@ -233,10 +233,10 @@ export class DxoChartAreaComponent extends NestedOption implements OnDestroy, On
233233 }
234234
235235 @Input ( )
236- get label ( ) : { alignment ?: HorizontalAlignment , argumentFormat ?: Format | string | undefined , backgroundColor ?: string | undefined , border ?: { color ?: string , dashStyle ?: DashStyle , visible ?: boolean , width ?: number } , connector ?: { color ?: string | undefined , visible ?: boolean , width ?: number } , customizeText ?: Function , displayFormat ?: string | undefined , font ?: Font , format ?: Format | string | undefined , horizontalOffset ?: number , position ?: RelativePosition , rotationAngle ?: number , showForZeroValues ?: boolean , verticalOffset ?: number , visible ?: boolean } {
236+ get label ( ) : { alignment ?: HorizontalAlignment , argumentFormat ?: Format | string | undefined , backgroundColor ?: string | undefined , border ?: { color ?: string | undefined , dashStyle ?: DashStyle | undefined , visible ?: boolean , width ?: number } , connector ?: { color ?: string | undefined , visible ?: boolean , width ?: number } , customizeText ?: Function , displayFormat ?: string | undefined , font ?: Font , format ?: Format | string | undefined , horizontalOffset ?: number , position ?: RelativePosition , rotationAngle ?: number , showForZeroValues ?: boolean , verticalOffset ?: number , visible ?: boolean } {
237237 return this . _getOption ( 'label' ) ;
238238 }
239- set label ( value : { alignment ?: HorizontalAlignment , argumentFormat ?: Format | string | undefined , backgroundColor ?: string | undefined , border ?: { color ?: string , dashStyle ?: DashStyle , visible ?: boolean , width ?: number } , connector ?: { color ?: string | undefined , visible ?: boolean , width ?: number } , customizeText ?: Function , displayFormat ?: string | undefined , font ?: Font , format ?: Format | string | undefined , horizontalOffset ?: number , position ?: RelativePosition , rotationAngle ?: number , showForZeroValues ?: boolean , verticalOffset ?: number , visible ?: boolean } ) {
239+ set label ( value : { alignment ?: HorizontalAlignment , argumentFormat ?: Format | string | undefined , backgroundColor ?: string | undefined , border ?: { color ?: string | undefined , dashStyle ?: DashStyle | undefined , visible ?: boolean , width ?: number } , connector ?: { color ?: string | undefined , visible ?: boolean , width ?: number } , customizeText ?: Function , displayFormat ?: string | undefined , font ?: Font , format ?: Format | string | undefined , horizontalOffset ?: number , position ?: RelativePosition , rotationAngle ?: number , showForZeroValues ?: boolean , verticalOffset ?: number , visible ?: boolean } ) {
240240 this . _setOption ( 'label' , value ) ;
241241 }
242242
@@ -361,10 +361,10 @@ export class DxoChartAreaComponent extends NestedOption implements OnDestroy, On
361361 }
362362
363363 @Input ( )
364- get selectionStyle ( ) : { border ?: { color ?: string | undefined , dashStyle ?: DashStyle , visible ?: boolean , width ?: number } , color ?: ChartsColor | string | undefined , dashStyle ?: DashStyle , hatching ?: { direction ?: HatchDirection , opacity ?: number , step ?: number , width ?: number } , highlight ?: boolean , width ?: number } {
364+ get selectionStyle ( ) : { border ?: { color ?: string | undefined , dashStyle ?: DashStyle | undefined , visible ?: boolean , width ?: number } , color ?: ChartsColor | string | undefined , dashStyle ?: DashStyle , hatching ?: { direction ?: HatchDirection , opacity ?: number , step ?: number , width ?: number } , highlight ?: boolean , width ?: number } {
365365 return this . _getOption ( 'selectionStyle' ) ;
366366 }
367- set selectionStyle ( value : { border ?: { color ?: string | undefined , dashStyle ?: DashStyle , visible ?: boolean , width ?: number } , color ?: ChartsColor | string | undefined , dashStyle ?: DashStyle , hatching ?: { direction ?: HatchDirection , opacity ?: number , step ?: number , width ?: number } , highlight ?: boolean , width ?: number } ) {
367+ set selectionStyle ( value : { border ?: { color ?: string | undefined , dashStyle ?: DashStyle | undefined , visible ?: boolean , width ?: number } , color ?: ChartsColor | string | undefined , dashStyle ?: DashStyle , hatching ?: { direction ?: HatchDirection , opacity ?: number , step ?: number , width ?: number } , highlight ?: boolean , width ?: number } ) {
368368 this . _setOption ( 'selectionStyle' , value ) ;
369369 }
370370
0 commit comments