Search found 2 matches

by DA
Tue May 25, 2004 9:25 am
Forum: .NET
Topic: Background color when trying to save or copy chart
Replies: 2
Views: 8467

Background color when trying to save or copy chart

There are two problems with background color. 1. When I set background color other than Transparent, it's always shown as black. However transparent color is OK for me. But there's another problem. 2. When I'm trying to save chart _chart.Export.Image.GIF.Save(fileName); background color is always bl...
by DA
Tue May 25, 2004 8:00 am
Forum: .NET
Topic: _chart.Printer.PrintDocument related problem
Replies: 0
Views: 6296

_chart.Printer.PrintDocument related problem

Hi! I want to get chart as PrintDocument. I've read FAQ on this issue but the example provided doesn't meet my needs. private void button1_Click(object sender, System.EventArgs e) { tChart1.Printer.BeginPrint(); tChart1.Printer.Print(new Rectangle(100,10,300,200)); PrintDocument pDoc = tChart1.Print...