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