Search found 2 matches

by itc
Thu Oct 11, 2007 10:33 am
Forum: .NET
Topic: Metafile copy does not display zoom correctly
Replies: 3
Views: 6771

Hi we have the same problem with exporting zoomed chart into meta_file. add chart to form, add point series, fill series. then save metafile after some zoom actions. public Form1() { InitializeComponent(); points1.BeginUpdate(); points1.FillSampleValues(100); points1.EndUpdate(); tChart1.Click += ne...
by itc
Mon Dec 04, 2006 12:30 pm
Forum: .NET
Topic: Click notification
Replies: 1
Views: 3441

Click notification

Hi! I use 3d chart with cover-styled tower serie. I need to be notified when user clicks one of the cover in this chart but I have no idea how to do that. I tried clicked() method for the tower serie but it returns -1 everytime, MouseEnter/MouseLeave events don't happen too.