Common\General\Selection.cs (19)
229 private GraphicsPath _path = null;
248 internal GraphicsPath Path
581 GraphicsPath path,
633 region.Path = (GraphicsPath)path.Clone();
668 GraphicsPath path,
716 region.Path = (GraphicsPath)path.Clone();
745internal void AddHotRegion( GraphicsPath path, bool relativePath, float [] coord, DataPoint point, string seriesName, int pointIndex )
782region.Path = (GraphicsPath)path.Clone();
857 GraphicsPath path = new GraphicsPath();
1040internal void AddHotRegion( ChartGraphics graph, GraphicsPath path, bool relativePath, string toolTip, string hRef, string mapAreaAttributes, string postBackValue, object selectedObject, ChartElementType type )
1074region.Path = (GraphicsPath)path.Clone();
1134 GraphicsPath path,
1147region.Path = (GraphicsPath)path.Clone();
1388public GraphicsPath OutlinePath { get; internal set; }
2097GraphicsPath subPath = new GraphicsPath();
2509private GraphicsPath GetGraphicsPath(IList markers, object chartObject, ChartElementType elementType)
2524GraphicsPath path = new GraphicsPath();
2768GraphicsPath subPath = new GraphicsPath();
3277private ArrayList GetRegionMarkers(GraphicsPath path)