1 instantiation of ChartElementOutline
System.Web.DataVisualization (1)
Common\General\Selection.cs (1)
2490
ChartElementOutline result = new
ChartElementOutline
();
5 references to ChartElementOutline
System.Web.DataVisualization (5)
Common\General\Selection.cs (3)
1371
/// Initializes a new instance of the <see cref="
ChartElementOutline
"/> class.
2483
internal
ChartElementOutline
GetChartElementOutline(object chartObject, ChartElementType elementType)
2490
ChartElementOutline
result = new ChartElementOutline();
WebForm\ChartWebControl.cs (2)
1021
/// <returns> A <see cref="
ChartElementOutline
"/> object which contains
1030
public
ChartElementOutline
GetChartElementOutline(object chartElement, ChartElementType elementType)