Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7957933
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T04:20:27+00:00 2026-06-04T04:20:27+00:00

I am using MVC and currently working with highchart I am using the Exporting.js

  • 0

I am using MVC and currently working with highchart

I am using the Exporting.js so users can print or export the highchart chart.
I have two charts in a view and I would like to disable print and export on one of the chart. How can I do that?

Exporting.js is automaticly giving charts these 2 button options.

Thanks in dvance

Correct solution:

.SetExporting(new Exporting { Enabled = false, EnableImages = false });
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T04:20:28+00:00Added an answer on June 4, 2026 at 4:20 am

    See the following ‘Exporting module is loaded but disabled’ for how to disable exporting. An explanation of all of the modifiable options for exporting can be found here.

    EDIT

    It looks like you are using DotNet.Highcharts. Here is an example on how to use and set the exporting features:

    .SetExporting(new Exporting
    {
        Buttons = new ExportingButtons
            {
                ExportButton = new ExportingButtonsExportButton
                    {
                        Align = HorizontalAligns.Right,
                            //BackgroundColor  <-- Don't know how to set yet
                            BorderColor = Color.Black,
                            BorderRadius = 3,
                            BorderWidth = 1,
                            Enabled = true,
                            Height = 35,
                            HoverBorderColor = Color.Red,
                            HoverSymbolFill = Color.Black,
                            HoverSymbolStroke = Color.Black,
                            //Onclick
                            //MenuItems
                            SymbolSize = 25,
                            SymbolX = 18,
                            SymbolY = 18,
                            VerticalAlign = VerticalAligns.Top,
                            Width = 35,
                            Y = 10,
                            X = -50
                    },
                    PrintButton = new ExportingButtonsPrintButton
                    {
                        Align = HorizontalAligns.Right,
                            //BackgroundColor  <-- Don't know how to set yet
                            BorderColor = Color.Black,
                            BorderRadius = 3,
                            BorderWidth = 1,
                            Enabled = true,
                            Height = 35,
                            HoverBorderColor = Color.Red,
                            HoverSymbolFill = Color.Black,
                            HoverSymbolStroke = Color.Black,
                            //Onclick
                            //MenuItems
                            SymbolStroke = Color.Teal,
                            SymbolSize = 25,
                            SymbolX = 18,
                            SymbolY = 18,
                            VerticalAlign = VerticalAligns.Top,
                            Width = 35,
                            Y = 10,
                            X = -15
                    }
        },
            Enabled = true,
            EnableImages = true,
            Filename = "HomeChart",
            Type = "image/png",
            Url = "http://export.highcharts.com",
            Width = 800
    })
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have pagination working in my MVC 3 project using the PagedList library
I'm currently working on an MVC 3 project using Ninject as my DI, the
I'm currently working on a web application using Spring MVC, and I use the
I am currently working on an ASP.NET MVC 3 app where I have a
I'm currently working on an ASP.NET MVC project using NHibernate and I need to
I'm currently working on an Intranet application project, using ASP.NET MVC 3. One of
Currently working on an ASP.NET MVC 3.0 application and using FormsAuthentication . When the
I am working on an application and i am using the MVC pattern. Currently
In my ASP.net MVC App (using Razor views) I have a ProductDetails view. This
I am currently working in ASP.NET MVC 4 while using the entity framework. I've

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.