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