ChartUtilsWriteChartJsonT Method (Database, TextWriter, DictionaryString, String, Boolean, String, String, Int32, Int32, String, T) |
Namespace:
Scilligence.MolEngine.Companion
Assembly:
Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntaxpublic static void WriteChartJson<T>(
Database db,
TextWriter w,
Dictionary<string, string> sqls,
bool addmonth,
string title,
string charttype,
int width,
int height,
string args,
T zero
)
Parameters
- db
- Type: Scilligence.MolEngine.CompanionDatabase
- w
- Type: System.IOTextWriter
- sqls
- Type: System.Collections.GenericDictionaryString, String
- addmonth
- Type: SystemBoolean
- title
- Type: SystemString
- charttype
- Type: SystemString
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- args
- Type: SystemString
- zero
- Type: T
Type Parameters
- T
See Also