Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartContextMenuStrip Class / CreateFormatDataPointForm Method
The model.
Type of the view.
The series.
Index of the point.


In This Topic
    CreateFormatDataPointForm Method
    In This Topic
    Creates the format data point form.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateFormatDataPointForm( _
       ByVal model As ChartModel, _
       ByVal viewType As ChartViewType, _
       ByVal series As Series, _
       ByVal pointIndex As Integer _
    ) As Form
    'Usage
     
    
    Dim instance As SpreadChartContextMenuStrip
    Dim model As ChartModel
    Dim viewType As ChartViewType
    Dim series As Series
    Dim pointIndex As Integer
    Dim value As Form
     
    value = instance.CreateFormatDataPointForm(model, viewType, series, pointIndex)
    protected virtual Form CreateFormatDataPointForm( 
       ChartModel model,
       ChartViewType viewType,
       Series series,
       int pointIndex
    )

    Parameters

    model
    The model.
    viewType
    Type of the view.
    series
    The series.
    pointIndex
    Index of the point.
    See Also