Click here to Skip to main content
15,897,315 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
C#
#region 程序集 SLVisifire.Charts.dll, v2.0.50727
// E:\Visifire\SLVisifire.Charts.dll
#endregionusing 
System;namespace Visifire.Charts{   
 public enum ChartValueTypes    {        
    Auto = 0,          
  Numeric = 1,       
     Date = 2,         
   DateTime = 3,       
     Time = 4,    }}
Posted
Updated 21-Jun-12 15:41pm
v2
Comments
Sandeep Mewara 21-Jun-12 15:28pm    
This is not a well framed question! We cannot work out what you are trying to do/ask from the post. Please elaborate and be specific.
Use the "Improve question" link to edit your question and provide better information.
Peter_in_2780 22-Jun-12 4:08am    
Go to the Visifire website and download one of the examples that looks like what you want. Examine their code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900