33 references to GetAbsoluteSize
System.Windows.Forms.DataVisualization (33)
Common\Annotation\CalloutAnnotation.cs (1)
1121 SizeF ellipseSize = graphics.GetAbsoluteSize(
Common\ChartTypes\BubbleChart.cs (1)
303 SizeF areaSize = graph.GetAbsoluteSize(area.PlotAreaPosition.Size);
Common\ChartTypes\FunnelChart.cs (2)
2431 return this.Graph.GetAbsoluteSize(neckSize); 2472gapSize = this.Graph.GetAbsoluteSize(new SizeF(gapSize, gapSize)).Height;
Common\ChartTypes\PieChart.cs (4)
792 SizeF absoluteSize = graph.GetAbsoluteSize( new SizeF( rectangle.Width, rectangle.Height ) ); 2555 SizeF absoluteSize = graph.GetAbsoluteSize( new SizeF( rectangle.Width, rectangle.Height ) ); 5456float labelVertSize = graph.GetAbsoluteSize(new SizeF(0f, this.labelColumnRight.columnHeight)).Height; 5476float labelVertSize = graph.GetAbsoluteSize(new SizeF(0f, this.labelColumnLeft.columnHeight)).Height;
Common\ChartTypes\RadarChart.cs (1)
1229sizeFont = graph.GetAbsoluteSize(sizeFont);
Common\ChartTypes\StockChart.cs (3)
668 SizeF absSize = graph.GetAbsoluteSize(new SizeF(width, width)); 809 sizeOfHeight = graph.GetAbsoluteSize( sizeOfHeight ); 1493 SizeF absSize = graph.GetAbsoluteSize(new SizeF(width, width));
Common\DataManager\DataSeries.cs (1)
730 SizeF pointSize = graph.GetAbsoluteSize(new SizeF((float)pointWidth, (float)pointWidth));
Common\General\Axis.cs (5)
1844SizeF axisTitleSize = graph.GetAbsoluteSize(new SizeF(titleSizeWithoutSpacing, ChartArea.PlotAreaPosition.Height)); 1887SizeF axisTitleSize = graph.GetAbsoluteSize(new SizeF(titleSizeWithoutSpacing, ChartArea.PlotAreaPosition.Height)); 3414 titleStringSize = chartGraph.GetAbsoluteSize(titleStringSize); 5344axisLabelSize.Width = chartGraph.GetAbsoluteSize(new SizeF(axisLabelSize.Height, axisLabelSize.Height)).Height; 5975axisLabelSize.Width = chartGraph.GetAbsoluteSize(new SizeF(axisLabelSize.Height, axisLabelSize.Height)).Height;
Common\General\ChartArea.cs (1)
2574 SizeF titleSize = chartGraph.GetAbsoluteSize(new SizeF(xTitleSize, yTitleSize));
Common\General\ChartGraphics.cs (9)
2661 size = GetAbsoluteSize( layoutArea ); 5412 size = GetAbsoluteSize( new SizeF((float)size, (float)size) ).Width; 5413 shift = GetAbsoluteSize( new SizeF((float)shift,(float)shift) ).Height; 5441 size = GetAbsoluteSize( new SizeF((float)size, (float)size) ).Width; 5442 shift = GetAbsoluteSize( new SizeF((float)shift,(float)shift) ).Height; 5466 size = GetAbsoluteSize( new SizeF((float)size, (float)size) ).Width; 5467 shift = GetAbsoluteSize( new SizeF((float)shift,(float)shift) ).Width; 5491 size = GetAbsoluteSize( new SizeF((float)size, (float)size) ).Width; 5492 shift = GetAbsoluteSize( new SizeF((float)shift,(float)shift) ).Width;
Common\General\Legend.cs (1)
887 SizeF maxSizeAbs = chartGraph.GetAbsoluteSize(maxSizeRel);
Common\General\Selection.cs (1)
855 SizeF circleRadius = graph.GetAbsoluteSize( new SizeF( radius, radius ) );
Common\General\Title.cs (3)
1380 layoutArea = chartGraph.GetAbsoluteSize(layoutArea); 1473 SizeF titleArea = chartGraph.GetAbsoluteSize(titlePosition.Size); 1870 layoutArea = chartGraph.GetAbsoluteSize(layoutArea);