Eliminate Space/Overlap between series to draw 2d map
Posted: Fri Jul 23, 2004 10:53 pm
Hi Pep,
I tried to play around these axis but it's no good.
Otherwise, do you know a better way to display a wafermap 2d.
In my problem, I receive the data in the form of X, Y and Z.
For each Z I would like display a different serie and color.
The Problem is I have an overlap between the points or space when I use Point
series ?
Thank You Pep
Samir
Pep wrote:
> "Important note: If you are a TeeChart registered customer, please post your
> support questions at Steema's Support monitored Forums for customers:
> http://support.steema.com for a prompter reply."
>
> Hi Samir,
>
> how about playing with the Start and End axis position ?
>
> With TChart1
> .Axis.Left.StartPosition = 25
> .Axis.Left.EndPosition = 75
> End With
>
> Best Regards
> Josep Lluis Jorge
> http://support.steema.com
>
> "Samir Sawaya" <samir@design.mxim.com> wrote in message
> news:40FEF781.33CBC294@design.mxim.com...
> > Hi,
> >
> > I'm using multiple series (points) to draw a map in 2d.
> > There are space between the series. Is there anyway to eliminate the
> > SPACE between the series.
> > Please see attached file map.gif
> > I'm using
> > Chart1.Series(i).asPoint.Pointer.HorizontalSize=x //a parameter x=5
> > Chart1.Series(i).asPoint.Pointer.VerticalSize=6 //a parameter x=6
> >
> > Thank You very much
> >
> > Samir
> >
>
> ----------------------------------------------------------------------------
> ----
I tried to play around these axis but it's no good.
Otherwise, do you know a better way to display a wafermap 2d.
In my problem, I receive the data in the form of X, Y and Z.
For each Z I would like display a different serie and color.
The Problem is I have an overlap between the points or space when I use Point
series ?
Thank You Pep
Samir
Pep wrote:
> "Important note: If you are a TeeChart registered customer, please post your
> support questions at Steema's Support monitored Forums for customers:
> http://support.steema.com for a prompter reply."
>
> Hi Samir,
>
> how about playing with the Start and End axis position ?
>
> With TChart1
> .Axis.Left.StartPosition = 25
> .Axis.Left.EndPosition = 75
> End With
>
> Best Regards
> Josep Lluis Jorge
> http://support.steema.com
>
> "Samir Sawaya" <samir@design.mxim.com> wrote in message
> news:40FEF781.33CBC294@design.mxim.com...
> > Hi,
> >
> > I'm using multiple series (points) to draw a map in 2d.
> > There are space between the series. Is there anyway to eliminate the
> > SPACE between the series.
> > Please see attached file map.gif
> > I'm using
> > Chart1.Series(i).asPoint.Pointer.HorizontalSize=x //a parameter x=5
> > Chart1.Series(i).asPoint.Pointer.VerticalSize=6 //a parameter x=6
> >
> > Thank You very much
> >
> > Samir
> >
>
> ----------------------------------------------------------------------------
> ----