Search found 5 matches

by MT64
Sun Jul 11, 2004 11:42 am
Forum: VCL
Topic: Calendar Series
Replies: 1
Views: 5062

Calendar Series

I wish to set some specified days font( color/style) on calendar series by code.
If it can be done,please show me a small exsample code (also for AX).
Thank you in advance.
by MT64
Tue Jul 06, 2004 8:21 am
Forum: ActiveX
Topic: How to set Gradient direction in WinRose Circle
Replies: 1
Views: 4225

How to set Gradient direction in WinRose Circle

Help me Please comboBox4.items are {dTopBottom,gdBottomTop,gdLeftRight,gdRightLeft,gdFromCenter,gdFromTopLeft,gdFromBottomLeft} in VB6,work fine following code TChart1.Series(0).asWindRose.CircleGradient.Direction = Combo4.ListIndex in VB.NET,followings makes error private void comboBox4_SelectedInd...
by MT64
Sun Jul 04, 2004 7:45 am
Forum: ActiveX
Topic: DateTime Format in .NET
Replies: 1
Views: 4468

DateTime Format in .NET

Please advise me how to format bottom axis datetime data of TChartAx6 in VB.NET for example Dim P as integer p = AxTChart1.Series(0).YValues.Locate(AxTChart1.Series(0).YValues.Minimum) <--Both followings 2 line does not work--> TextBox1.Text = Format(AxTChart1.Series(0).XValues.Value(p), "yy/mm/dd h...
by MT64
Thu Jun 17, 2004 10:04 am
Forum: VCL
Topic: Set ColorBandTool StartValue and EndValue by code
Replies: 1
Views: 5754

Set ColorBandTool StartValue and EndValue by code

I wish to set ColorBandTool StartValue and EndValue by code with custom Axis(vertical,automatic=true). for example: ChartTool1.StartValue:=Chart1.CustomAxes[0].Maximum; ChartTool1.EndValue:=Chart1.CustomAxes[0].Minimum; Which event of chart can be used for this code ? Chart1AfterDraw ? And if can I ...
by MT64
Tue Jun 15, 2004 7:31 am
Forum: VCL
Topic: TeeTools in VCL v7 with Delphi7
Replies: 1
Views: 5686

TeeTools in VCL v7 with Delphi7

Using TeeTools (Grid Band) of VCL7 and Delphi7, Delphi says "TeeTool was compiled
other version of TeCanvas and TChartPen". Is this bugs ? How can I avoid this problem ?