Spread Windows Forms 8.0 Product Documentation
GetLabelAreaRectangle Method (Chart3DRenderer)


Graphics context.
Rectangle of chart.
Chart model.
Index of label area in chart model.
Gets rectangle of label area.
Syntax
'Declaration
 
Public Function GetLabelAreaRectangle( _
   ByVal g As Graphics, _
   ByVal chartRectangle As RectangleF, _
   ByVal chartModel As ChartModel, _
   ByVal labelAreaIndex As Integer _
) As RectangleF
'Usage
 
Dim instance As Chart3DRenderer
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)
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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

Chart3DRenderer Class
Chart3DRenderer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.