Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Chart2DRenderer Class / GetLabelAreaRectangle Method
Graphics context.
Rectangle of the chart.
Chart model.
Index of label area in chart model.


In This Topic
    GetLabelAreaRectangle Method (Chart2DRenderer)
    In This Topic
    Gets the rectangle of the 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 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)

    Parameters

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

    Return Value

    Rectangle of label area.
    See Also