Lines Matching refs:doughnutRadius

746 			float	doughnutRadius = 60f;  in ProcessChartType()
749doughnutRadius = CommonElements.ParseFloat(dataSeries[typeSeries[0]][CustomPropertyName.DoughnutRa… in ProcessChartType()
752 if( doughnutRadius < 0f || doughnutRadius > 99f ) in ProcessChartType()
880 …Map( common, point, startAngle, sweepAngle, rectangle, Doughnut, doughnutRadius, graph, pointIndx … in ProcessChartType()
951 doughnutRadius, in ProcessChartType()
978 doughnutRadius, in ProcessChartType()
999 …DrawLabels( graph, middlePoint, rectangle.Size, startAngle, sweepAngle, point, doughnutRadius, exp… in ProcessChartType()
1005 …DrawLabels( graph, middlePoint, rectangle.Size, startAngle, sweepAngle, point, doughnutRadius, exp… in ProcessChartType()
1015 …DrawLabels( graph, middlePoint, rectangle.Size, startAngle, sweepAngle, point, doughnutRadius, exp… in ProcessChartType()
1074 …tiveSize, float startAngle, float sweepAngle, DataPoint point, float doughnutRadius, bool exploded… in DrawLabels() argument
1232 … width = relativeSize.Width * expShift / positionRatio * ( 1 + ( 100 - doughnutRadius ) / 100F ); in DrawLabels()
1233 … height = relativeSize.Height * expShift / positionRatio * ( 1 + ( 100 - doughnutRadius ) / 100F ); in DrawLabels()
1809 …tAngle, float sweepAngle, RectangleF rectangle, bool doughnut, float doughnutRadius, ChartGraphics… in Map() argument
1818 … doughnutRect.X = rectangle.X + rectangle.Width * (1 - (100 - doughnutRadius) / 100) / 2; in Map()
1819 … doughnutRect.Y = rectangle.Y + rectangle.Height * (1 - (100 - doughnutRadius) / 100) / 2; in Map()
1820 doughnutRect.Width = rectangle.Width * (100 - doughnutRadius) / 100; in Map()
1821 doughnutRect.Height = rectangle.Height * (100 - doughnutRadius) / 100; in Map()
2444 float doughnutRadius = 60f; in ProcessChartType3D()
2447doughnutRadius = CommonElements.ParseFloat(dataSeries[typeSeries[0]][CustomPropertyName.DoughnutRa… in ProcessChartType3D()
2450 if( doughnutRadius < 0f || doughnutRadius > 99f ) in ProcessChartType3D()
2617 …Draw3DPie( turn, graph, point, area, rectangle, startAngle, sweepAngle, doughnutRadius, pieWidth, … in ProcessChartType3D()
2627 …h, area, rectangle, pieWidth, point, startAngle, sweepAngle, pointIndx, doughnutRadius, exploded ); in ProcessChartType3D()
2682 float doughnutRadius, in Draw3DPie() argument
2731 …Points( graph, area, pieWidth, rectangle, startAngle, sweepAngle, true, doughnutRadius, exploded ); in Draw3DPie()
2783 doughnutRadius, in Draw3DPie()
2941 doughnutRadius, in Draw3DPie()
2960 doughnutRadius, in Draw3DPie()
3057 float doughnutRadius, in GetPiePoints() argument
3061 doughnutRadius = 1 - doughnutRadius / 100F; in GetPiePoints()
3165 …Angle + sweepAngle / 2 ) * Math.PI / 180 ) * rectangle.Width * ( 1 + doughnutRadius ) / 4F + recta… in GetPiePoints()
3166 …ngle + sweepAngle / 2 ) * Math.PI / 180 ) * rectangle.Height * ( 1 + doughnutRadius ) / 4F + recta… in GetPiePoints()
3194 …rectangle.X + (float)Math.Cos( 180 * Math.PI / 180 ) * rectangle.Width * doughnutRadius / 2F + rec… in GetPiePoints()
3195 …rectangle.Y + (float)Math.Sin( 180 * Math.PI / 180 ) * rectangle.Height * doughnutRadius / 2F + re… in GetPiePoints()
3200 …rectangle.X + (float)Math.Cos( 180 * Math.PI / 180 ) * rectangle.Width * doughnutRadius / 2F + rec… in GetPiePoints()
3201 …rectangle.Y + (float)Math.Sin( 180 * Math.PI / 180 ) * rectangle.Height * doughnutRadius / 2F + re… in GetPiePoints()
3206 …rectangle.X + (float)Math.Cos( 0 * Math.PI / 180 ) * rectangle.Width * doughnutRadius / 2F + recta… in GetPiePoints()
3207 …rectangle.Y + (float)Math.Sin( 0 * Math.PI / 180 ) * rectangle.Height * doughnutRadius / 2F + rect… in GetPiePoints()
3212 …rectangle.X + (float)Math.Cos( 0 * Math.PI / 180 ) * rectangle.Width * doughnutRadius / 2F + recta… in GetPiePoints()
3213 …rectangle.Y + (float)Math.Sin( 0 * Math.PI / 180 ) * rectangle.Height * doughnutRadius / 2F + rect… in GetPiePoints()
3218 …rectangle.X + (float)Math.Cos( startAngle * Math.PI / 180 ) * rectangle.Width * doughnutRadius / 2… in GetPiePoints()
3219 …+ (float)Math.Sin( startAngle * Math.PI / 180 ) * rectangle.Height * doughnutRadius / 2F + rectang… in GetPiePoints()
3224 …s( ( startAngle + sweepAngle ) * Math.PI / 180 ) * rectangle.Width * doughnutRadius / 2F + rectang… in GetPiePoints()
3225 …( ( startAngle + sweepAngle ) * Math.PI / 180 ) * rectangle.Height * doughnutRadius / 2F + rectang… in GetPiePoints()
3230 …rectangle.X + (float)Math.Cos( startAngle * Math.PI / 180 ) * rectangle.Width * doughnutRadius / 2… in GetPiePoints()
3231 …+ (float)Math.Sin( startAngle * Math.PI / 180 ) * rectangle.Height * doughnutRadius / 2F + rectang… in GetPiePoints()
3236 …s( ( startAngle + sweepAngle ) * Math.PI / 180 ) * rectangle.Width * doughnutRadius / 2F + rectang… in GetPiePoints()
3237 …( ( startAngle + sweepAngle ) * Math.PI / 180 ) * rectangle.Height * doughnutRadius / 2F + rectang… in GetPiePoints()
3240 …rectangle.Inflate( -rectangle.Width * (1 - doughnutRadius) / 2F, -rectangle.Height * (1 - doughnut… in GetPiePoints()
5393 float doughnutRadius, in FillPieLabelOutside() argument
5399 …ts( graph, area, pieWidth, pieRectangle, startAngle, sweepAngle, false, doughnutRadius, exploded ); in FillPieLabelOutside()