Search found 44 matches

by CAC
Fri Dec 22, 2006 12:56 pm
Forum: VCL
Topic: 3D Scatter Plots
Replies: 8
Views: 15477

Marjan,

Thanks so much for all your help.

Craig
by CAC
Thu Dec 21, 2006 1:18 pm
Forum: VCL
Topic: 3D Scatter Plots
Replies: 8
Views: 15477

Would "TCanvas3D.ZLine3D" work? I was thinking if I made the line heavy enough it may mimic a cylinder in 3D space, and a round point in 2D.
by CAC
Wed Dec 20, 2006 1:46 pm
Forum: VCL
Topic: 3D Scatter Plots
Replies: 8
Views: 15477

Thanks....I also looked briefly at the TTeeCanvas3D.Cylinder Cylinder(Vertical: Boolean; Left, Top, Right, Bottom, Z0, Z1: Integer; Dark3D: Boolean); override; I'm guessing that the cylinder will work perfectly in my situation. I would also guess that if I set vertical to true, then Left and Right w...
by CAC
Wed Dec 20, 2006 1:48 am
Forum: VCL
Topic: 3D Scatter Plots
Replies: 8
Views: 15477

3D Scatter Plots

Is it possible to construct a scatter plot in which the points are located in 3-dimensional space, and have a certain depth? I would like to be able to plot concentration data associated with soil samples (located by x,y) from specfic depth intervals (z-z') and then color code by concentration. Thanks
by CAC
Tue Dec 05, 2006 2:54 am
Forum: VCL
Topic: Trilinear Plots
Replies: 11
Views: 18561

You may want to check out the Piper Diagram while you look at trilinear plots. It is basically two trilinear plots, connected to a diamond shaped plot. It is used by hydrogeologists to plot the chemistry of water from wells to determine origin.

Thanks again for your prompt replies.
by CAC
Mon Dec 04, 2006 3:21 am
Forum: VCL
Topic: Trilinear Plots
Replies: 11
Views: 18561

Trilinear Plots

Is there a way to plot trilinear plots with TeeChart. A trilinear plot is triangular in shape and plots the relative percentage of three variables. Each axis is 0-100%.
by CAC
Thu Nov 30, 2006 4:52 am
Forum: VCL
Topic: Setting individual pointers
Replies: 1
Views: 5130

Setting individual pointers

Is it possible to change the style of a pointer within a series based on a value? For example, can I change the pointer from a psCircle to a psDiagCross and then back as I evaluate data from a query and supply it to the chart? I would like to make a line chart that would have pointers with a value o...
by CAC
Thu Nov 30, 2006 2:00 am
Forum: VCL
Topic: Setting the minimum Y value
Replies: 1
Views: 4860

Setting the minimum Y value

I want to programatically set the minimum Y value at 0, but leave the maximum as automatic. Is there a way to use "SetMinMax"?
by CAC
Tue Nov 28, 2006 1:12 pm
Forum: VCL
Topic: How do I Reinitialize TLineSeries
Replies: 2
Views: 5862

Perfect...Thanks a million!
by CAC
Tue Nov 28, 2006 5:02 am
Forum: VCL
Topic: How do I Reinitialize TLineSeries
Replies: 2
Views: 5862

How do I Reinitialize TLineSeries

I have a chart whose series are created at the OnShow event for my form. I have a while loop that moves through a query to establish multiple series. Everything works great until I close the form and open it again, then I end up with twice as many series. How do I reinitialize the series so I do not...
by CAC
Mon Nov 27, 2006 2:47 am
Forum: VCL
Topic: db aware TimeSeries Line Chart
Replies: 5
Views: 9517

I've tried the code you supplied, but with no luck. D7 doesn't seem to understand the "SeriesExists" function. What am I doing wong?
by CAC
Thu Nov 16, 2006 5:07 pm
Forum: VCL
Topic: db aware TimeSeries Line Chart
Replies: 5
Views: 9517

I understand how to set the date value as the x-axis. What I need to do is figure out how TeeChart understands when it encounters a new well in my long list wells and then how it undertsands the new dates associated with those new wells. For example, how do I get 2 series (MW-01 and MW-02) out of th...
by CAC
Thu Nov 16, 2006 1:48 pm
Forum: VCL
Topic: db aware TimeSeries Line Chart
Replies: 5
Views: 9517

db aware TimeSeries Line Chart

I have a D7 App that allows users to retrieve groundwater levels measured in wells over long periods of time. The data is organized by well, date, and water level elevation. How do I permit users to graph more than one well at a time (many series) in the correct time series position (not all wells a...
by CAC
Thu Nov 16, 2006 1:24 pm
Forum: VCL
Topic: db aware Gantt - Basic Questions
Replies: 1
Views: 4746

db aware Gantt - Basic Questions

I want to improve on the data aware gantt's very basic functionality. I want to be able to change the color of the bar based on it status, which is provided in the data record along with its name, begin date and end date. Also I want to find out if it is possible to make a "Project Bar" that automat...