ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / FunctionSeries Class / SampleCount Property


In This Topic
    SampleCount Property (FunctionSeries)
    In This Topic
    Gets or sets the sample count for function calculation.
    Syntax
    'Declaration
     
    
    Public Property SampleCount As Integer
    'Usage
     
    
    Dim instance As FunctionSeries
    Dim value As Integer
     
    instance.SampleCount = value
     
    value = instance.SampleCount
    public int SampleCount {get; set;}
    See Also