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