3 instantiations of CustomLabelsCollection
System.Web.DataVisualization (3)
Common\General\Axis.cs (3)
342_customLabels = new CustomLabelsCollection(this); 3182tempLabels = new CustomLabelsCollection(this); 3807originalLabels = new CustomLabelsCollection(this);
5 references to CustomLabelsCollection
System.Web.DataVisualization (5)
Common\General\Axis.cs (2)
3715CustomLabelsCollection originalLabels = null; 4652private bool WordWrapLongestLabel(CustomLabelsCollection labels)
Common\General\AxisLabels.cs (2)
67 private CustomLabelsCollection _customLabels = null; 116 public CustomLabelsCollection CustomLabels
Common\General\AxisScale.cs (1)
174 internal CustomLabelsCollection tempLabels;