Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartContextMenuStrip Class / CreateFormatAxisForm Method


In This Topic
CreateFormatAxisForm Method
In This Topic
Syntax
'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
See Also