ComponentOne FinancialChart for WPF
Data Property (C1SVGIcon)



C1.WPF Namespace > C1SVGIcon Class : Data Property
Gets the svg string describing the shape.
Syntax
'Declaration
 
Public Property Data As String
'Usage
 
Dim instance As C1SVGIcon
Dim value As String
 
instance.Data = value
 
value = instance.Data
public string Data {get; set;}
public:
property String^ Data {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

C1SVGIcon Class
C1SVGIcon Members