Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / Chart2DRenderer Class / GetLegendAreaRectangle Method
Graphics context.
Rectangle of chart.
Chart model.
Index of legend area in model.


In This Topic
    GetLegendAreaRectangle Method (Chart2DRenderer)
    In This Topic
    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 Chart2DRenderer
    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)

    Parameters

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

    Return Value

    Rectangle of legend area.
    See Also