17 references to CalloutPoint1
System.Web.DataVisualization (17)
Common\ChartTypes\FunnelChart.cs (17)
1525
if( !labelInfo.
CalloutPoint1
.IsEmpty &&
1527
!float.IsNaN(labelInfo.
CalloutPoint1
.X) &&
1528
!float.IsNaN(labelInfo.
CalloutPoint1
.Y) &&
1538
labelInfo.
CalloutPoint1
.X += 2;
1545
labelInfo.
CalloutPoint1
.X += 2;
1556
labelInfo.
CalloutPoint1
,
1864
labelInfo.
CalloutPoint1
.X = plotAreaCenterXAbs +
1869
labelInfo.
CalloutPoint1
.X = plotAreaCenterXAbs +
1883
labelInfo.
CalloutPoint1
.X = plotAreaCenterXAbs -
1888
labelInfo.
CalloutPoint1
.X = plotAreaCenterXAbs -
1895
labelInfo.
CalloutPoint1
.Y = segmentInfo.Location + segmentInfo.Height / 2f;
1896
labelInfo.CalloutPoint2.Y = labelInfo.
CalloutPoint1
.Y;
1964
labelInfo.
CalloutPoint1
.X = plotAreaCenterXAbs +
1976
labelInfo.
CalloutPoint1
.X = plotAreaCenterXAbs -
1982
labelInfo.
CalloutPoint1
.Y = segmentInfo.Location;
1985
labelInfo.
CalloutPoint1
.Y += segmentInfo.Height;
1987
labelInfo.CalloutPoint2.Y = labelInfo.
CalloutPoint1
.Y;