rangeSelectorAlpha property
double
get
rangeSelectorAlpha
The transparency of the veil that is drawn over the unselected portions of the range selector mini plot.
A value of 0
represents full transparency and the unselected portions of the mini plot will appear as normal.
A value of 1
represents full opacity and the unselected portions of the mini plot will be hidden.
Default: 0.6
Implementation
external double get rangeSelectorAlpha;
set
rangeSelectorAlpha
(double v)
Implementation
external set rangeSelectorAlpha(double v);