protected virtual Form CreateFormatAxisForm( ChartModel model, ChartViewType viewType, Axis axis, AxisInfo.AxisType type )
'Declaration
Protected Overridable Function CreateFormatAxisForm( _ ByVal model As ChartModel, _ ByVal viewType As ChartViewType, _ ByVal axis As Axis, _ ByVal type As AxisInfo.AxisType _ ) As Form
'Usage
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)
Parameters
- model
- viewType
- axis
- type