Search found 3 matches

by nathean
Thu Aug 09, 2007 2:38 pm
Forum: VCL
Topic: Currency Symbol on Series Values
Replies: 1
Views: 2307

Currency Symbol on Series Values

Hi, When setting a series value format (not programmatically, using the chart's properties pop up dialog) I want to set the format to include the currency symbol. However, when I choose currency it puts in the existing currency from the PC Windows settings such as Euro. However, if my users run the ...
by nathean
Wed Apr 11, 2007 11:14 am
Forum: VCL
Topic: 2+ TDBCrossTabSource problem
Replies: 1
Views: 2340

2+ TDBCrossTabSource problem

I have a TDBChart with a single TDBCrossTabSource component - it works great. However when I add an additional one to the TDBChart component only the first will activate. I can activate the second when I deactivate the first but just not both at the same time. Any hints?

Cheers

JP
by nathean
Tue Mar 07, 2006 4:12 pm
Forum: VCL
Topic: TGridBandTool Duplicate Name
Replies: 1
Views: 2462

TGridBandTool Duplicate Name

Hi When I apply a theme to my chart using the ApplyChartTheme method, 2 TGridBandTool objects are added to the grid's declaration, both with the same name GridBandTool1. object GridBandTool1: TGridBandTool Band1.Color = 15329769 Band2.Color = clWhite AxisID = 2 end object GridBandTool1: TGridBandToo...