'Declaration
Protected Overridable Function CreateFormatAxisForm( _
ByVal As ChartModel, _
ByVal As ChartViewType, _
ByVal As Axis, _
ByVal As AxisInfo.AxisType _
) As Form
'使用法
Dim instance As SpreadChartContextMenuStrip
Dim model As ChartModel
Dim viewType As ChartViewType
Dim axis As Axis
Dim type As AxisInfo.AxisType
Dim value As Form
value = instance.CreateFormatAxisForm(model, viewType, axis, type)
protected virtual Form CreateFormatAxisForm(
ChartModel ,
ChartViewType ,
Axis ,
AxisInfo.AxisType
)