Base:
property
Name
System.Web.UI.DataVisualization.Charting.ChartNamedElement.Name
5 references to Name
System.Web.DataVisualization (5)
Common\Converters\DataManagerConverters.cs (1)
288
values.Add(legend.
Name
);
Common\General\Legend.cs (4)
906
this.Common.Chart.CallOnCustomizeLegend(legendItems, this.
Name
);
2305
LegendItem item = new LegendItem(this.
Name
+ " - " + SR.DescriptionTypeEmpty, Color.White, "");
2362
this.Common.Chart.CallOnCustomizeLegend(legendItems, this.
Name
);
4868
get { return this.Count > 0 ? this[0].
Name
: String.Empty; }