3 instantiations of CustomLabelsCollection
System.Windows.Forms.DataVisualization (3)
Common\General\Axis.cs (3)
342
_customLabels = new
CustomLabelsCollection
(this);
3182
tempLabels = new
CustomLabelsCollection
(this);
3807
originalLabels = new
CustomLabelsCollection
(this);
5 references to CustomLabelsCollection
System.Windows.Forms.DataVisualization (5)
Common\General\Axis.cs (2)
3715
CustomLabelsCollection
originalLabels = null;
4652
private 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;