[]
Gets the rectangle of the legend area.
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
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. |
Type | Description |
---|---|
RectangleF | Rectangle of legend area. |