Search found 7 matches
- Mon Dec 22, 2003 5:03 pm
- Forum: ActiveX
- Topic: OnGetSeriesMark - suppress mark when value = 0 for PRINTING
- Replies: 2
- Views: 8760
- Fri Dec 19, 2003 3:50 pm
- Forum: ActiveX
- Topic: OnGetSeriesMark - suppress mark when value = 0 for PRINTING
- Replies: 2
- Views: 8760
OnGetSeriesMark - suppress mark when value = 0 for PRINTING
I can suppress the series marks if the plotted value is zero by using the OnGetSeriesMark event. But when printing / exporting, the zero values come back. How can i suppress them for printing as well?
- Fri Dec 19, 2003 3:39 pm
- Forum: ActiveX
- Topic: Print Preview / Series Marks problem
- Replies: 5
- Views: 13778
Its sorted now (i think :wink: ) - my series marks style was set to 'label' - and i didnt realise that adding points using:series(x).add value, str, vbRed was setting the label to 'str'. i changed the mark style to 'value' and now OK. Doesnt explain why on Print & screen display, that the values rat...
- Fri Dec 19, 2003 12:44 pm
- Forum: ActiveX
- Topic: Print Preview / Series Marks problem
- Replies: 5
- Views: 13778
- Fri Dec 19, 2003 10:29 am
- Forum: ActiveX
- Topic: Print Preview / Series Marks problem
- Replies: 5
- Views: 13778
- Fri Dec 19, 2003 8:53 am
- Forum: ActiveX
- Topic: Print Preview / Series Marks problem
- Replies: 5
- Views: 13778
Yes - TChart1.Printer.ShowPreview I'm using TChart v5.0.3.1 - I'm aware there is an update but previews have worked OK before - there have been some code changes but nothing that should affect print preview. Code snippets: With TChart1 .Legend.Visible = False .Axis.Bottom.Labels.OnAxis = False .Axis...
- Thu Dec 18, 2003 10:35 am
- Forum: ActiveX
- Topic: Print Preview / Series Marks problem
- Replies: 5
- Views: 13778
Print Preview / Series Marks problem
When i print a chart it comes out OK, with the series marks showing the y axis values as expected. But when i do a print preview, the chart shows the x axis values instead! All i'm doing is either:
TCHart.Printer.PrintChart
or
TCHart.Printer.Preview
TCHart.Printer.PrintChart
or
TCHart.Printer.Preview