Search found 6 matches

by kiolol
Wed Aug 19, 2009 9:21 am
Forum: .NET
Topic: Chart Label Bug - Exponetial
Replies: 1
Views: 3258

Chart Label Bug - Exponetial

Hello~ When draw the chart with very small value (under 1E-7) , Teechart cannot display label in "Exponential format". In case of 1.0x10E-7 , it display like " 0.0x10E0 ". And additionally, when angle of labels isn't 0 degree, it cannot display as well. Like attached image, eventhough format of left...
by kiolol
Fri Mar 28, 2008 3:47 am
Forum: .NET
Topic: SQL Data Reader Binding Error ( X axis )
Replies: 7
Views: 9645

Database making for your reproducing..

My Company's information security rule is too rigid, I can't export any Files to outside site. :) So.. I'm posting about making temporary SQL DB and Chart Drawing Full Source Code for Your reproducing. 1. Make SQL DB Table (We use MS SQL Express 2005 ) /*Create Table*/ USE [tempdb] GO SET ANSI_NULLS...
by kiolol
Thu Mar 27, 2008 7:58 am
Forum: .NET
Topic: SQL Data Reader Binding Error ( X axis )
Replies: 7
Views: 9645

Our Source Code and DB Table Information

Our MS-SQL DB Table Data is below..xml format.. //ChartTable Data WriteXml =>chartTable.xml <?xml version="1.0" standalone="yes"?> <DocumentElement> <ChartTable> <TKINTIME>2008-02-26T10:19:00+09:00</TKINTIME> <VALUE>21.346</VALUE> </ChartTable> <ChartTable> <TKINTIME>2008-02-26T10:31:00+09:00</TKIN...
by kiolol
Tue Mar 25, 2008 11:46 am
Forum: .NET
Topic: SQL Data Reader Binding Error ( X axis )
Replies: 7
Views: 9645

DataReader Problem...

When I use Dataset & Datatable Chart Drawing, The Problem (X-axis Datetime abnormal output ) don't happen. and using loop method (like below) don't happen also.. =========================================== while (reader.Read()) { tChart[0].Add(Convert.ToDateTime(reader[_xvalue]) , Convert.ToDouble(r...
by kiolol
Sun Mar 23, 2008 11:45 pm
Forum: .NET
Topic: SQL Data Reader Binding Error ( X axis )
Replies: 7
Views: 9645

SQL Data Reader Binding Error ( X axis )

I used TeeChart for C#.net and Data source is SqlDataReader (Version=3.2.2894.29191) X axis value type is Datetime ( MS-SQL Schema type "Datetime") When i use Data-reader Binding to X axis value Tchart Shows an abnormal data like below * X axis value real value 2008-03-02 ( in SQL Database ) result ...
by kiolol
Mon Nov 26, 2007 3:31 am
Forum: .NET
Topic: Chart export Error ( Jpg, GIF, Png ... )
Replies: 3
Views: 5243

Chart export Error ( Jpg, GIF, Png ... )

My Teechart .NET V3 's Versiong is ( build 3.2.2868.26903 ) In using " Feature Demo " > "All Features " > "Welcome!" > "Exporting " > " Chart picture " > "JPEG" ,"Gif " , "PNG" , http://kiolol.cafe24.com/tattertools-1.1.0.2/attach/1/1934042258.jpg When I saved the chart in jpeg file format or GIF fi...