[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateFormatAxisForm

CreateFormatAxisForm Method

CreateFormatAxisForm(ChartModel, ChartViewType, Axis, AxisType)

Creates the format axis form.

Declaration
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
Parameters
Type Name Description
ChartModel model

The model.

ChartViewType viewType

Type of the view.

Axis axis

The axis.

AxisInfo.AxisType type

Type of axis.

Returns
Type Description
Form

The axist form.