FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.Chart 名前空間 > SpreadChartContextMenuStrip クラス : CreateFormatPlotAreaForm メソッド |
'Declaration
Protected Overridable Function CreateFormatPlotAreaForm( _ ByVal model As ChartModel, _ ByVal viewType As ChartViewType, _ ByVal plotArea As PlotArea _ ) As Form
'使用法
Dim instance As SpreadChartContextMenuStrip Dim model As ChartModel Dim viewType As ChartViewType Dim plotArea As PlotArea Dim value As Form value = instance.CreateFormatPlotAreaForm(model, viewType, plotArea)
protected virtual Form CreateFormatPlotAreaForm( ChartModel model, ChartViewType viewType, PlotArea plotArea )