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:"#6699cc",
                          stroke: "#33FF00",
                  
                    "font-size": "18pt"
                    },
          
    },

This topic illustrates the following:

The following image shows the chart footer with a light green forecolor:

 

 


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

Product Support Forum |  Documentation Feedback