dotnetCHARTING Send comments on this topic.
InterpolationFillFactor Property
See Also 
dotnetCHARTING Namespace > Series Class : InterpolationFillFactor Property


Gets or sets the factor by which a surface element tile is interpolated. This property is used with SeriesTypeSurface.Surface series.

Syntax

Visual Basic (Declaration) 
Public Property InterpolationFillFactor As Integer
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As Integer
 
instance.InterpolationFillFactor = value
 
value = instance.InterpolationFillFactor
C# 
public int InterpolationFillFactor {get; set;}

See Also

© 2016 All Rights Reserved.