ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / XYZDataSeries Class / PointsProperty Field


In This Topic
    PointsProperty Field
    In This Topic
    Identifies the Points dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly PointsProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = XYZDataSeries.PointsProperty
    public static readonly DependencyProperty PointsProperty
    See Also