Configurates
C1.Web.Mvc.FlexChartCore<T>.InterpolateNulls. Sets whether to interpolate null values in the data. If true, the chart interpolates the value of any missing data based on neighboring points. If false, it leaves a break in lines and areas at the points with null values.
シンタックス
'宣言
Public Function InterpolateNulls( _
ByVal As System.Boolean _
) As
public InterpolateNulls(
System.bool
)
パラメータ
- value
- The value.
戻り値の型
Current builder.
参照