[]
Creates the format axis form.
protected virtual Form CreateFormatAxisForm(ChartModel model, ChartViewType viewType, Axis axis, AxisInfo.AxisType type)
Protected Overridable Function CreateFormatAxisForm(model As ChartModel, viewType As ChartViewType, axis As Axis, type As AxisInfo.AxisType) As Form
Type | Name | Description |
---|---|---|
ChartModel | model | The model. |
ChartViewType | viewType | Type of the view. |
Axis | axis | The axis. |
AxisInfo.AxisType | type | Type of axis. |
Type | Description |
---|---|
Form | The axist form. |