[]
        
(Showing Draft Content)

FarPoint.Win.Chart.Chart3DRenderer.GetLegendAreaRectangle

GetLegendAreaRectangle Method

GetLegendAreaRectangle(Graphics, RectangleF, ChartModel, int)

Gets the rectangle of the legend area.

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

Graphics context.

RectangleF chartRectangle

Rectangle of chart.

ChartModel chartModel

Chart model.

int legendAreaIndex

Index of legend area in chart model.

Returns
Type Description
RectangleF

Rectangle of legend area.