public interface PlotTreemapStatesSelectHaloOptions extends Any
halo
option to false
.
In styled mode, the halo is styled with the .highcharts-halo
class, with
colors inherited from .highcharts-color-{n}
.Modifier and Type | Method and Description |
---|---|
SVGAttributes |
getAttributes()
(Highcharts, Highstock) A collection of SVG attributes to override the
appearance of the halo, for example
fill , stroke and stroke-width . |
double |
getOpacity()
(Highcharts, Highstock) Opacity for the halo unless a specific fill is
overridden using the
attributes setting. |
double |
getSize()
(Highcharts, Highstock) The pixel size of the halo.
|
void |
setAttributes(SVGAttributes value)
(Highcharts, Highstock) A collection of SVG attributes to override the
appearance of the halo, for example
fill , stroke and stroke-width . |
void |
setOpacity(double value)
(Highcharts, Highstock) Opacity for the halo unless a specific fill is
overridden using the
attributes setting. |
void |
setSize(double value)
(Highcharts, Highstock) The pixel size of the halo.
|
@Nullable SVGAttributes getAttributes()
fill
, stroke
and stroke-width
.void setAttributes(SVGAttributes value)
fill
, stroke
and stroke-width
.double getOpacity()
attributes
setting. Note that Highcharts is only
able to apply opacity to colors of hex or rgb(a) formats.void setOpacity(double value)
attributes
setting. Note that Highcharts is only
able to apply opacity to colors of hex or rgb(a) formats.double getSize()
void setSize(double value)
Copyright © 2020. All rights reserved.