1 instantiation of Legend
System.Windows.Forms.DataVisualization (1)
Common\General\Legend.cs (1)
4881
Legend legend = new
Legend
(name);
27 references to Legend
System.Windows.Forms.DataVisualization (27)
Common\Converters\DataManagerConverters.cs (1)
286
foreach (
Legend
legend in chart.Legends)
Common\Converters\LegendConverters.cs (6)
86
if (context.Instance is
Legend
)
88
Legend
legend = (
Legend
)context.Instance;
133
if (((Array)context.Instance).Length > 0 && ((Array)context.Instance).GetValue(0) is
Legend
)
135
Legend
legend = (
Legend
)((Array)context.Instance).GetValue(0);
Common\General\Chart.cs (2)
1959
foreach(
Legend
legendCurrent in this.Legends)
3783
foreach(
Legend
legend in Legends )
Common\General\Legend.cs (12)
4848
public class LegendCollection : ChartNamedElementCollection<
Legend
>
4879
public
Legend
Add(string name)
4881
Legend
legend = new Legend(name);
4898
foreach(
Legend
legend in this)
4929
foreach(
Legend
legend in this)
5001
foreach(
Legend
legend in this)
5031
foreach(
Legend
legend in this)
5058
foreach (
Legend
legend in this)
5083
internal LegendItemsCollection(
Legend
legend)
5283
public
Legend
Legend
5288
return Parent.Parent as
Legend
;
6120
internal void AddAutomaticCells(
Legend
legend)
Common\General\LegendColumns.cs (4)
261
public virtual
Legend
Legend
266
return Parent.Parent as
Legend
;
1007
public virtual
Legend
Legend
2877
internal LegendCellColumnCollection(
Legend
legend)
Common\General\Selection.cs (2)
2241
else if (region.SelectedObject is
Legend
)
2243
if (((
Legend
)region.SelectedObject).BackColor == Color.Transparent)