2 implementations of Common
System.Web.DataVisualization (2)
Common\General\BaseClasses.cs (1)
156CommonElements IChartElement.Common
Common\General\BaseCollections.cs (1)
229CommonElements IChartElement.Common
6 references to Common
System.Web.DataVisualization (6)
Common\Converters\DataManagerConverters.cs (4)
861if (element != null && element.Common != null) 863return element.Common.Chart; 870if (element.Common != null) 872return element.Common.Chart;
Common\General\BaseClasses.cs (1)
82_common = _parent.Common;
Common\General\BaseCollections.cs (1)
63_common = _parent.Common;