Hello ,
How do I add multiple FontDrawingStyle such as Bold and Italic and Underline at same time to LegendItem?
LegendAdornmentLayer.LegendItems.Add(newLegendItem(){ImageStyle =newAreaStyle(newGeoSolidBrush(GeoColor.FromArgb(170, GeoColor.StandardColors.Green))),TextStyle =newTextStyle(legendText,newGeoFont("Arial", 8,DrawingFontStyles.Bold),newGeoSolidBrush(GeoColor.SimpleColors.Black))});
Regards