[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateFormatDataPointForm

CreateFormatDataPointForm Method

CreateFormatDataPointForm(ChartModel, ChartViewType, Series, int)

Creates the format data point form.

Declaration
protected virtual Form CreateFormatDataPointForm(ChartModel model, ChartViewType viewType, Series series, int pointIndex)
Protected Overridable Function CreateFormatDataPointForm(model As ChartModel, viewType As ChartViewType, series As Series, pointIndex As Integer) As Form
Parameters
Type Name Description
ChartModel model

The model.

ChartViewType viewType

Type of the view.

Series series

The series.

int pointIndex

Index of the point.

Returns
Type Description
Form