ComponentOne FinancialChart for WPF
Visible Property (NormalCurve)



C1.WPF.Chart Namespace > NormalCurve Class : Visible Property
Gets or sets the visible of Normal Curve
Syntax
'Declaration
 
Public Property Visible As Boolean
'Usage
 
Dim instance As NormalCurve
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
public bool Visible {get; set;}
public:
property bool Visible {
   bool get();
   void set (    bool value);
}
See Also

Reference

NormalCurve Class
NormalCurve Members