[]
        
(Showing Draft Content)

FarPoint.Win.Chart.Chart3DRenderer.GetLabelAreaRectangle

GetLabelAreaRectangle Method

GetLabelAreaRectangle(Graphics, RectangleF, ChartModel, int)

Gets the rectangle of the label area.

Declaration
public RectangleF GetLabelAreaRectangle(Graphics g, RectangleF chartRectangle, ChartModel chartModel, int labelAreaIndex)
Public Function GetLabelAreaRectangle(g As Graphics, chartRectangle As RectangleF, chartModel As ChartModel, labelAreaIndex As Integer) As RectangleF
Parameters
Type Name Description
Graphics g

Graphics context.

RectangleF chartRectangle

Rectangle of chart.

ChartModel chartModel

Chart model.

int labelAreaIndex

Index of label area in chart model.

Returns
Type Description
RectangleF

Rectangle of label area.