ComponentOne FlexChart for WinForms
SampleCount Property


C1.Win.Chart Namespace > TrendLine Class : SampleCount Property
Gets or sets the sample count for function calculation.
Syntax
'Declaration
 
Public Property SampleCount As Integer
'Usage
 
Dim instance As TrendLine
Dim value As Integer
 
instance.SampleCount = value
 
value = instance.SampleCount
public int SampleCount {get; set;}
See Also

Reference

TrendLine Class
TrendLine Members