Spread Windows Forms 15.0
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)
    protected virtual Form CreateFormatAxisForm( 
       ChartModel model,
       ChartViewType viewType,
       Axis axis,
       AxisInfo.AxisType type
    )

    Parameters

    model
    viewType
    axis
    type
    See Also