Group: Forum Members
Last Active: 12 Years Ago
Posts: 30,
Visits: 1
|
Hi,
As the subject line, How to make scroll bar invisible while printing or showing at print preview? Thank you.
Enjoyear
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hi Enjoyear,
Take a look at All Examples\Printing\Printed Chart Appearance example - it shows how to clone the current chart document and modify it before printing and print preview occurs - the example modifies the chart to gray scale pie, but you can use the same approach to turn off the visibility of the scrollbars using the scrollbar visible property:
chart.Axis(StandardAxis.PrimaryX).Scrollbar.Visible = false;
Best Regards, Nevron Support Team
|