.esriLegendLayerLabel{
font-family:'Monotype Corsiva';
color:red;
}
.esriLegendServiceLabel{
font-family: 'Times New Roman';
color:green;
}
.esriLegendService{
color:orange;
font-weight:bold;
}Hi Kelly. I would like to adjust the size of the legend. Can you help me?. This is my css:
.esriLegendService img{
width:55px;
}
Do you know if any of this has changed since the last post -- over 3 years ago?
Also, is the Legend title, etc, controlled by the type of renderer that is used to represent the feature layer?
For example, in this instance, a unique value renderer is used and there is no sub-header in the Legend.
However, when I use a classbreaksrenderer, the field used to calculate the breaks is shown below the Legend header (see below).
Finally, is it possible to reverse/dictate the order of the Legend items?
Thanks...Chris
FYI...I was able to hide the "Data_Value" using CSS and reverse the Legend items.
Thanks...Chris