Search found 4 matches

by Oopsnut
Tue Sep 30, 2008 10:13 pm
Forum: .NET
Topic: Can't totally hide area lines
Replies: 3
Views: 5442

I'm using the latest release - downloaded three days ago...
by Oopsnut
Sat Sep 27, 2008 6:37 pm
Forum: .NET
Topic: Can't totally hide area lines
Replies: 3
Views: 5442

Can't totally hide area lines

I am trying to make an area series paint without any area lines. I have turned off AreaLines and also tried to make them the same color as the brush. However, no matter what I do, there always is a thin vertical line visible between adjoining areas. What can I do to eliminate this line. Thanks, Ed N...
by Oopsnut
Sat Sep 27, 2008 4:59 pm
Forum: VCL
Topic: Left Axis Title and Label separation
Replies: 12
Views: 21794

Computing Axis Label Space

Expanding on my previous post... I am working with the .NET 3 version which seems to have replaced the LabelsSize property with a Labels.CustomSize property. The following code may work for you. However, I can't confirm that your version has a LabelWidth function as the .NET version does. private vo...
by Oopsnut
Sat Sep 27, 2008 3:59 pm
Forum: VCL
Topic: Left Axis Title and Label separation
Replies: 12
Views: 21794

Computing Axis Label Size to space between Axis / Labels

I use the following SetLabelPositions method for Custom Axes. For Left Axis, I think you have to use LabelSize instead of CustomSize. I have found a good place to put this is in a TChart BeforeDraw event handler. private void SetLabelPositions() { SteemaTChart.Panel.MarginUnits = Steema.TeeChart.Pan...