63 references to CustomLabels
System.Windows.Forms.DataVisualization (63)
Common\General\Axis.cs (31)
3183foreach (CustomLabel label in CustomLabels) 3274CustomLabels.Clear(); 3277CustomLabels.Add(label.Clone()); 3808foreach (CustomLabel label in this.CustomLabels) 3815changed = WordWrapLongestLabel(this.CustomLabels); 3825this.CustomLabels.Clear(); 3828this.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()); 5282foreach (CustomLabel label in this.CustomLabels) 5375foreach (CustomLabel label in this.CustomLabels) 5644foreach (CustomLabel label in this.CustomLabels) 5887foreach (CustomLabel label in this.CustomLabels) 5923foreach (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) 236foreach (CustomLabel label in this.CustomLabels) 261this.CustomLabels.Clear(); 262foreach (CustomLabel label in this.GetOtherTypeAxis().CustomLabels) 264this.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; 2909axis.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)
711foreach (CustomLabel label in Axis.CustomLabels) 1560 foreach(CustomLabel label in _axis.CustomLabels)
Common\General\Label.cs (2)
1474foreach (CustomLabel label in this._axis.CustomLabels) 2071foreach (CustomLabel label in this._axis.CustomLabels)