Spread ASP.NET 6.0 Product Documentation
GetLabelAreaRectangle Method
See Also  Send Feedback
FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > Chart2DRenderer Class : GetLabelAreaRectangle Method


g
Graphics context.
chartRectangle
Rectangle of chart.
chartModel
Chart model.
labelAreaIndex
Index of label area in chart model.

Glossary Item Box

Gets the rectangle of the label area.

Syntax

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

Parameters

g
Graphics context.
chartRectangle
Rectangle of chart.
chartModel
Chart model.
labelAreaIndex
Index of label area in chart model.

Return Value

Rectangle of label area.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.