Hi,
I'm using mutiple point styles using fonts on a map. It renders perfectly as part of a value style.
valueStyle.ValueItems.Add(new ValueItem(MedsFarmPointLDTInfo.FeedBins, new Collection<Style>() { MedsStyles.FarmPointFeedBins1, MedsStyles.FarmPointFeedBins2 }));
But how can I show that same symbol in the legend? A LegendItem appears to want a single "Style" instance for its ImageStyle and I haven't found anything the inherits from Style that would combine multiple styles together.
I'm sure I could create a custom legend item to handle or something, but thought I would see if something already exists that I missed.
Thanks
Brian
I'm using build 6.0.127.0