63 references to CustomLabels
System.Windows.Forms.DataVisualization (63)
Common\General\Axis.cs (31)
3183
foreach (CustomLabel label in
CustomLabels
)
3274
CustomLabels
.Clear();
3277
CustomLabels
.Add(label.Clone());
3808
foreach (CustomLabel label in this.
CustomLabels
)
3815
changed = WordWrapLongestLabel(this.
CustomLabels
);
3825
this.
CustomLabels
.Clear();
3828
this.
CustomLabels
.Add(label.Clone());
4080
this.
CustomLabels
.Count > 0)
4083
removedLabels.Add(this.
CustomLabels
[this.
CustomLabels
.Count - 1]);
4084
removedLabelsIndexes.Add(this.
CustomLabels
.Count - 1);
4085
this.
CustomLabels
.RemoveAt(this.
CustomLabels
.Count - 1);
4099
if(labelIndex < this.
CustomLabels
.Count)
4101
this.
CustomLabels
.Insert(labelInsertIndex, label);
4105
this.
CustomLabels
.Add(label);
4141
this.
CustomLabels
.RemoveAt(labelInsertIndex);
4181
foreach(CustomLabel label in this.
CustomLabels
)
4219
this.
CustomLabels
.Clear();
4222
this.
CustomLabels
.Add(label.Clone());
4324
foreach(CustomLabel label in this.
CustomLabels
)
4343
this.
CustomLabels
.Clear();
4346
this.
CustomLabels
.Add(label);
4353
if(!fitDone && this.
CustomLabels
.Count > 1)
4387
this.
CustomLabels
.Clear();
4390
CustomLabels
.Add(label.Clone());
5282
foreach (CustomLabel label in this.
CustomLabels
)
5375
foreach (CustomLabel label in this.
CustomLabels
)
5644
foreach (CustomLabel label in this.
CustomLabels
)
5887
foreach (CustomLabel label in this.
CustomLabels
)
5923
foreach (CustomLabel label in this.
CustomLabels
)
Common\General\AxisLabels.cs (21)
134
if(this.
CustomLabels
.Count > 0)
137
foreach(CustomLabel label in this.
CustomLabels
)
155
if(this.
CustomLabels
.Count > 0)
158
foreach(CustomLabel label in this.
CustomLabels
)
236
foreach (CustomLabel label in this.
CustomLabels
)
261
this.
CustomLabels
.Clear();
262
foreach (CustomLabel label in this.GetOtherTypeAxis().
CustomLabels
)
264
this.
CustomLabels
.Add(label.Clone());
304
foreach( CustomLabel lab in
CustomLabels
)
322
for( int index = 0; index <
CustomLabels
.Count; index++ )
324
if(
CustomLabels
[index].RowIndex == 0 )
326
CustomLabels
.RemoveAt( index );
452
CustomLabels
.Add( - 0.5, 0.5, ValueConverter.FormatValue(
466
CustomLabels
.Add( ((double)point)+ 0.5, ((double)point)+ 1.5,
482
CustomLabels
.Add( ((double)numOfPoints)+ 0.5, ((double)numOfPoints)+ 1.5,
507
while(
CustomLabels
[pointIndx].RowIndex > 0 )
517
CustomLabels
[pointIndx].Text = dataPoint.AxisLabel;
656
CustomLabels
.Add( beginPosition,
673
CustomLabels
.Add( beginPosition,
758
CustomLabels
.Add( beginPosition,
774
CustomLabels
.Add( beginPosition,
Common\General\ChartArea.cs (4)
2904
if(this.AxisX.
CustomLabels
.Count > 0)
2906
if(sectorIndex < this.AxisX.
CustomLabels
.Count)
2908
axis.Title = this.AxisX.
CustomLabels
[sectorIndex].Text;
2909
axis.TitleForeColor = this.AxisX.
CustomLabels
[sectorIndex].ForeColor;
Common\General\ChartAreaAxes.cs (3)
399
currentAxis.
CustomLabels
.Count > 0)
401
currentAxis.
CustomLabels
.RemoveAt(currentAxis.
CustomLabels
.Count - 1);
Common\General\GridTickMarks.cs (2)
711
foreach (CustomLabel label in Axis.
CustomLabels
)
1560
foreach(CustomLabel label in _axis.
CustomLabels
)
Common\General\Label.cs (2)
1474
foreach (CustomLabel label in this._axis.
CustomLabels
)
2071
foreach (CustomLabel label in this._axis.
CustomLabels
)