4 writes to Label
System.Web.DataVisualization (4)
Common\ChartTypes\PieChart.cs (1)
464
collectedPoint.
Label
= series[CustomPropertyName.CollectedLabel];
Common\DataManager\DataPoint.cs (1)
2004
this.
Label
= stringValue;
Common\General\FormulaData.cs (2)
544
series.Points[pointIndex].
Label
= outputLabels[seriesIndex][pointIndex];
571
series.Points[pointIndex].
Label
= outputLabels[seriesIndex][pointIndex];
54 references to Label
System.Web.DataVisualization (54)
Common\ChartTypes\BarChart.cs (8)
664
else if(ser.IsValueShownAsLabel || point.IsValueShownAsLabel || point.
Label
.Length > 0)
829
if (point.
Label
.Length > 0 ||
843
if( point.
Label
.Length == 0 )
856
text = point.ReplaceKeywords(point.
Label
);
1579
if( point.IsValueShownAsLabel || point.
Label
.Length > 0 )
1835
if (ser.IsValueShownAsLabel || point.IsValueShownAsLabel || point.
Label
.Length > 0)
1847
if( point.
Label
.Length == 0 )
1860
text = point.ReplaceKeywords(point.
Label
);
Common\ChartTypes\BoxPlotChart.cs (3)
880
if (ser.IsValueShownAsLabel || point.IsValueShownAsLabel || point.
Label
.Length > 0)
895
if( point.
Label
.Length == 0 )
908
text = point.ReplaceKeywords(point.
Label
);
Common\ChartTypes\ColumnChart.cs (6)
1214
if (point.IsValueShownAsLabel || point.
Label
.Length > 0)
1218
if (point.
Label
.Length == 0)
1234
text = point.ReplaceKeywords(point.
Label
);
1328
if (point.IsValueShownAsLabel || point.
Label
.Length > 0)
1332
if (point.
Label
.Length == 0)
1347
text = point.ReplaceKeywords(point.
Label
);
Common\ChartTypes\ErrorBarChart.cs (3)
937
if(ser.IsValueShownAsLabel || point.IsValueShownAsLabel || point.
Label
.Length > 0)
952
if (point.
Label
.Length == 0)
965
text = point.ReplaceKeywords(point.
Label
);
Common\ChartTypes\FunnelChart.cs (1)
1625
string pointLabel = point.
Label
;
Common\ChartTypes\LineChart.cs (2)
491
point.
Label
.Length > 0 )
701
ser.Points[0].
Label
.Length > 0 )
Common\ChartTypes\PieChart.cs (3)
5617
if( point.
Label
.Length == 0 )
5629
pointLabel = point.
Label
;
5644
if( point.
Label
.Length == 0 && point.IsValueShownAsLabel )
Common\ChartTypes\PointChart.cs (1)
665
string pointLabel = point.
Label
;
Common\ChartTypes\RadarChart.cs (1)
1037
string pointLabel = point.
Label
;
Common\ChartTypes\StackedAreaChart.cs (6)
643
if (point.
Label
.Length > 0 || point.IsValueShownAsLabel)
990
if(!point.IsEmpty && (ser.IsValueShownAsLabel || point.IsValueShownAsLabel || point.
Label
.Length > 0))
1000
if (point.
Label
.Length == 0)
1019
text = point.ReplaceKeywords(point.
Label
);
1438
if( pointEx.dataPoint.
Label
.Length > 0 ||
1469
string pointLabel = pointEx.dataPoint.
Label
;
Common\ChartTypes\StackedBarChart.cs (6)
1049
if (point.IsValueShownAsLabel || point.
Label
.Length > 0)
1060
if (point.
Label
.Length == 0)
1073
text = point.ReplaceKeywords(point.
Label
);
1807
if(ser.IsValueShownAsLabel || point.IsValueShownAsLabel || point.
Label
.Length > 0)
1820
if (point.
Label
.Length == 0)
1840
text = point.ReplaceKeywords(point.
Label
);
Common\ChartTypes\StackedColumnChart.cs (7)
1129
if (point.IsValueShownAsLabel || point.
Label
.Length > 0)
1133
if (point.
Label
.Length == 0)
1153
text = point.ReplaceKeywords(point.
Label
);
1716
if( point.IsValueShownAsLabel || point.
Label
.Length > 0 )
1845
if (point.IsValueShownAsLabel || point.
Label
.Length > 0)
1849
if (point.
Label
.Length == 0)
1869
text = point.ReplaceKeywords(point.
Label
);
Common\ChartTypes\StockChart.cs (3)
937
if(ser.IsValueShownAsLabel || point.IsValueShownAsLabel || point.
Label
.Length > 0)
952
if (point.
Label
.Length == 0)
990
text = point.ReplaceKeywords(point.
Label
);
Common\DataManager\DataPoint.cs (1)
2454
result = result.Replace(KeywordName.Label, this.
Label
);
Common\General\Legend.cs (3)
2163
LegendItem item = new LegendItem(point.
Label
, point.Color, "");
2184
item.Name = point.ReplaceKeywords((point.
Label
.Length > 0) ? point.
Label
: point.AxisLabel);