2 writes to OutlinePath
System.Web.DataVisualization (2)
Common\General\Selection.cs (2)
1404this.OutlinePath = null; 2494result.OutlinePath = GetGraphicsPath(list, chartObject, elementType);
3 references to OutlinePath
System.Web.DataVisualization (3)
Common\General\Selection.cs (3)
1362/// <see cref="OutlinePath"/> may be null for complex objects or objects with two points or fewer. 1401if (this.OutlinePath != null) 1403this.OutlinePath.Dispose();