MVC5 Classic
Define the Footer

To define the footer’s text color and size, use the following code:

footer: {
                visible: true,
                text: "Footer",
               textStyle:{
                    fill:"#ff6600",                     
                    "font-size": "20pt"
                    },
          
    },

This topic illustrates the following:

The following image shows the chart footer with an orange forecolor:

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback