21 references to LabelAngle
System.Web.DataVisualization (21)
Common\ChartTypes\BarChart.cs (2)
1078
point.
LabelAngle
,
2079
int angle = point.
LabelAngle
;
Common\ChartTypes\BoxPlotChart.cs (2)
887
if (point.
LabelAngle
== 0)
920
int textAngle = point.
LabelAngle
;
Common\ChartTypes\ColumnChart.cs (2)
1270
point.
LabelAngle
,
1392
point.
LabelAngle
,
Common\ChartTypes\ErrorBarChart.cs (2)
944
if (point.
LabelAngle
== 0)
977
int textAngle = point.
LabelAngle
;
Common\ChartTypes\FunnelChart.cs (1)
1583
labelInfo.Point.
LabelAngle
,
Common\ChartTypes\PieChart.cs (2)
1280
point.
LabelAngle
,
1435
point.
LabelAngle
,
Common\ChartTypes\PointChart.cs (1)
828
int textAngle = point.
LabelAngle
;
Common\ChartTypes\RadarChart.cs (1)
1196
int textAngle = point.
LabelAngle
;
Common\ChartTypes\StackedAreaChart.cs (2)
1061
point.
LabelAngle
,
1543
pointEx.dataPoint.
LabelAngle
,
Common\ChartTypes\StackedBarChart.cs (2)
1082
int textAngle = point.
LabelAngle
;
1992
int angle = point.
LabelAngle
;
Common\ChartTypes\StackedColumnChart.cs (2)
1162
int textAngle = point.
LabelAngle
;
1885
int textAngle = point.
LabelAngle
;
Common\ChartTypes\StockChart.cs (2)
944
if (point.
LabelAngle
== 0)
994
int textAngle = point.
LabelAngle
;