SeriesMedian
Interface
Specifies the appearance settings for the BoxPlot median value indicator (line).
Definition
Package:@progress/kendo-angular-charts
Properties
color?
string
Specifies the color of the line. Accepts a valid CSS color string, including hex and rgb.
Specifies the dash type of the line. By default, the line is solid ([dashType]="solid").
opacity?
number
Specifies the line opacity. By default, the line is opaque ([opacity]="1").
width?
number
Specifies the width (in pixels) of the line. By default, the line is 2px wide ([width]="2").