[]
Creates the format legend area form.
protected virtual Form CreateFormatLegendAreaForm(ChartModel model, ChartViewType viewType, LegendArea legendArea)
Protected Overridable Function CreateFormatLegendAreaForm(model As ChartModel, viewType As ChartViewType, legendArea As LegendArea) As Form
Type | Name | Description |
---|---|---|
ChartModel | model | The model. |
ChartViewType | viewType | Type of the view. |
LegendArea | legendArea | The legend area. |
Type | Description |
---|---|
Form | The chart format legend area form. |