XY Chart NET 3 Control Reference
LicenseKey Property

Use this property to return/set the chart control's runtime license key.

Syntax
[Visual Basic]
Property LicenseKey() As String
[C#]
System.String XYChartNETCtl.LicenseKey
[C++]
property System::String XYChartNet::XYChartNETCtl::LicenseKey
       
Example
' XYChartNETCtl1 is the name of the XY Chart NET control instance placed on the form.

 XYChartNETCtl1.LicenseKey = "ABC123def$%^GHI"          'Set the control's license key
 XYChartNETCtl1.Refresh                                 'Refresh required to update chart with changes made
                        
                        
See Also

 

 


© 2003 - 2013 ControlEng Corporation. All rights reserved.