1 instantiation of ChartElementOutline
System.Web.DataVisualization (1)
Common\General\Selection.cs (1)
2490ChartElementOutline 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. 2483internal ChartElementOutline GetChartElementOutline(object chartObject, ChartElementType elementType) 2490ChartElementOutline result = new ChartElementOutline();
WebForm\ChartWebControl.cs (2)
1021/// <returns> A <see cref="ChartElementOutline"/> object which contains 1030public ChartElementOutline GetChartElementOutline(object chartElement, ChartElementType elementType)