Spread for ASP.NET 7.0 Product Documentation
GetLegendAreaRectangle Method
See Also  Support Options
FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > Chart3DRenderer Class : GetLegendAreaRectangle Method


g
Graphics context.
chartRectangle
Rectangle of chart.
chartModel
Chart model.
legendAreaIndex
Index of legend area in chart model.

Glossary Item Box

Gets the rectangle of the legend area.

Syntax

Visual Basic (Declaration) 
Public Function GetLegendAreaRectangle( _
   ByVal g As Graphics, _
   ByVal chartRectangle As RectangleF, _
   ByVal chartModel As ChartModel, _
   ByVal legendAreaIndex As Integer _
) As RectangleF
Visual Basic (Usage)Copy Code
Dim instance As Chart3DRenderer
Dim g As Graphics
Dim chartRectangle As RectangleF
Dim chartModel As ChartModel
Dim legendAreaIndex As Integer
Dim value As RectangleF
 
value = instance.GetLegendAreaRectangle(g, chartRectangle, chartModel, legendAreaIndex)
C# 
public RectangleF GetLegendAreaRectangle( 
   Graphics g,
   RectangleF chartRectangle,
   ChartModel chartModel,
   int legendAreaIndex
)

Parameters

g
Graphics context.
chartRectangle
Rectangle of chart.
chartModel
Chart model.
legendAreaIndex
Index of legend area in chart model.

Return Value

Rectangle of legend area.

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.