Spread Windows Forms 10.0 Product Documentation
GetLegendAreaRectangle Method (Chart3DRenderer)


Graphics context.
Rectangle of chart.
Chart model.
Index of legend area in chart model.
Gets the rectangle of the legend area.
Syntax
'Declaration
 
Public Function GetLegendAreaRectangle( _
   ByVal g As Graphics, _
   ByVal chartRectangle As RectangleF, _
   ByVal chartModel As ChartModel, _
   ByVal legendAreaIndex As Integer _
) As RectangleF
'Usage
 
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)
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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

Chart3DRenderer Class
Chart3DRenderer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.