1 instantiation of LegendConverter
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
1138else if (typeStr.EndsWith(".LegendConverter", StringComparison.OrdinalIgnoreCase)) { result = new LegendConverter(); }
2 references to LegendConverter
System.Web.DataVisualization (2)
Common\Annotation\RectangleAnnotation.cs (1)
591 TypeConverterAttribute(typeof(LegendConverter)),
WebForm\ChartWebControl.cs (1)
2750 TypeConverterAttribute(typeof(LegendConverter)),