1 write to Point
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\FunnelChart.cs (1)
1633 labelInfo.Point = point;
16 references to Point
System.Windows.Forms.DataVisualization (16)
Common\ChartTypes\FunnelChart.cs (16)
1515 this.Graph.StartHotRegion( labelInfo.Point ); 1520 labelInfo.Point.Font, 1549 Color lineColor = GetCalloutLineColor(labelInfo.Point); 1573using (Brush brush = new SolidBrush(labelInfo.Point.LabelForeColor)) 1579labelInfo.Point.Font, 1583labelInfo.Point.LabelAngle, 1586labelInfo.Point.LabelBackColor, 1587labelInfo.Point.LabelBorderColor, 1588labelInfo.Point.LabelBorderWidth, 1589labelInfo.Point.LabelBorderDashStyle, 1590labelInfo.Point.series, 1591labelInfo.Point, 2075 if(!testLabelInfo.Point.LabelBackColor.IsEmpty || 2076 (testLabelInfo.Point.LabelBorderWidth > 0 && 2077 !testLabelInfo.Point.LabelBorderColor.IsEmpty && 2078 testLabelInfo.Point.LabelBorderDashStyle != ChartDashStyle.NotSet) )