ComponentOne FinancialChart for WPF
Points Property (C1PathIcon)



C1.WPF Namespace > C1PathIcon Class : Points Property
Gets the points that describe the shape.
Syntax
'Declaration
 
Public Property Points As Point()
'Usage
 
Dim instance As C1PathIcon
Dim value() As Point
 
instance.Points = value
 
value = instance.Points
public Point[] Points {get; set;}
public:
property array<Point>^ Points {
   array<Point>^ get();
   void set (    array<Point>^ value);
}
See Also

Reference

C1PathIcon Class
C1PathIcon Members