[]
Creates the format data label form.
protected virtual Form CreateFormatDataLabelForm(ChartModel model, ChartViewType viewType, Series series)
Protected Overridable Function CreateFormatDataLabelForm(model As ChartModel, viewType As ChartViewType, series As Series) As Form
| Type | Name | Description |
|---|---|---|
| ChartModel | model | The model. |
| ChartViewType | viewType | Type of the view. |
| Series | series | The series. |
| Type | Description |
|---|---|
| Form | The chart data label form. |