1 write to RowIndex
System.Windows.Forms.DataVisualization (1)
Common\General\Label.cs (1)
539
newLabel.
RowIndex
= this.RowIndex;
49 references to RowIndex
System.Windows.Forms.DataVisualization (49)
Common\General\Axis.cs (11)
4183
if(label.customLabel && label.
RowIndex
== 0)
5285
if (label.
RowIndex
== 0)
5294
if (label.
RowIndex
== groupLevelIndex)
5378
if (label.
RowIndex
== 0)
5387
if (label.
RowIndex
== 0)
5647
if (label.
RowIndex
== 0)
5655
if (label.
RowIndex
== 0)
5889
if (label.
RowIndex
> 0)
5891
groupLabelLevel = Math.Max(groupLabelLevel, label.
RowIndex
);
5926
if (label.
RowIndex
== 0)
5935
if (label.
RowIndex
== groupLevelIndex)
Common\General\AxisLabels.cs (3)
308
if( lab.
RowIndex
== 0 ||
324
if( CustomLabels[index].
RowIndex
== 0 )
507
while( CustomLabels[pointIndx].
RowIndex
> 0 )
Common\General\Label.cs (33)
539
newLabel.RowIndex = this.
RowIndex
;
1485
if (label.
RowIndex
== 0)
1622
if (label.
RowIndex
== 0)
1688
else if (label.
RowIndex
> 0)
1693
for (int index = _axis.groupingLabelSizes.Length; index > label.
RowIndex
; index--)
1697
rect.Width = _axis.groupingLabelSizes[label.
RowIndex
- 1];
1702
for (int index = 1; index < label.
RowIndex
; index++)
1706
rect.Width = _axis.groupingLabelSizes[label.
RowIndex
- 1];
1711
for (int index = _axis.groupingLabelSizes.Length; index > label.
RowIndex
; index--)
1715
rect.Height = _axis.groupingLabelSizes[label.
RowIndex
- 1];
1720
for (int index = 1; index < label.
RowIndex
; index++)
1724
rect.Height = _axis.groupingLabelSizes[label.
RowIndex
- 1];
1750
if (label.
RowIndex
== 0 &&
1763
if (label.
RowIndex
== 0 &&
1775
label.
RowIndex
,
1786
(!this.TruncatedLabels || label.
RowIndex
> 0) ? RectangleF.Empty : boundaryRect,
2078
if (label.
RowIndex
!= selectionRow)
2084
if (label.
RowIndex
== 0)
2122
if (label.
RowIndex
== 0)
2200
else if (label.
RowIndex
> 0)
2212
for (int index = _axis.groupingLabelSizes.Length; index > label.
RowIndex
; index--)
2216
rect.Width = _axis.groupingLabelSizes[label.
RowIndex
- 1];
2221
for (int index = 1; index < label.
RowIndex
; index++)
2225
rect.Width = _axis.groupingLabelSizes[label.
RowIndex
- 1];
2230
for (int index = _axis.groupingLabelSizes.Length; index > label.
RowIndex
; index--)
2234
rect.Height = _axis.groupingLabelSizes[label.
RowIndex
- 1];
2239
for (int index = 1; index < label.
RowIndex
; index++)
2243
rect.Height = _axis.groupingLabelSizes[label.
RowIndex
- 1];
2268
if (label.
RowIndex
== 0 &&
2285
if (label.
RowIndex
== 0 &&
2453
if (label.
RowIndex
== 0 &&
2493
label.
RowIndex
,
2504
(!this.TruncatedLabels || label.
RowIndex
> 0) ? RectangleF.Empty : boundaryRect,
Common\General\Selection.cs (2)
2664
label1.
RowIndex
== label2.
RowIndex
)