-
Notifications
You must be signed in to change notification settings - Fork 140
100_060_General_Layout
Previous Chapter Previous Page Next Page Next Chapter Table of content
- canvasBackgroundColor
- canvasBorders
- canvasBordersColor
- canvasBordersStyle
- canvasBordersWidth
- footNote
- footNoteAlign
- footNoteFontColor
- footNoteFontFamily
- footNoteFontSize
- footNoteFontStyle
- footNoteShift
- graphSubTitle
- graphSubTitleAlign
- graphSubTitleFontColor
- graphSubTitleFontFamily
- graphSubTitleFontSize
- graphSubTitleFontStyle
- graphSubTitleShift
- graphTitle
- graphTitleAlign
- graphTitleFontColor
- graphTitleFontFamily
- graphTitleFontSize
- graphTitleFontStyle
- graphTitleShift
Description : sets a color for the background of the canvas
Chart types : All
Values : See
Default value : when not defined, the background of the canvas is transparent.
Sample : canvasBackgroundColor : "white"
See also :
Description: specifiy if a border as to be drawn around the canvas.
Chart types : All
Values : true or false
Default value : false
Sample : canvasBorders : true
See also : canvasBordersColor, canvasBordersWidth
Description: specify the color of the canvas border
Chart types : All
Values : any allowed color
Default value : “black”
Sample : canvasColor : "black"
See also : canvasBorders, canvasBordersWidth
Description: specify the style of the canvas border
Chart types : All
Values : any predefined value or an array or a function
Default value : "solid"
Sample : canvasBordersStyle : "dotted"
See also : canvasBorders, canvasBordersColor
Description: specify the widh of the canvas border
Chart types : All
Values : any integer
Default value : 3
Sample : canvasBordersWidth : 3
See also : canvasBorders, canvasBordersColor
Description: specify a text that has to be displayed at the bottom of the canvas.
Chart types : All
Values : a text
Default value : none
Sample : footNote : "text to be displayed at the bottom of the canvas"
See also : graphTitle, graphSubTitle,footNoteFontColor, footNoteFontFamily, footNoteFontSize, footNoteFontStyle
Description: by default, the footnote will be displayed at the center of the canvas. To put it on the right or on the left, change option footNoteAlign.
Chart types : All
Values : "center", "left", "right"
Default value : "center"
Sample : footNoteAlign : "left"
See also : footNoteShift
Description: specify the color of the footnote – see footNote option.
Graph types : All
Values : any color
Default value : “#666”
Sample : fontNoteFontColor : "black"
See also : footNote, footNoteFontFamily, footNoteFontSize, footNoteFontStyle
Description: specify the font family of the footnote – see footNote option.
Chart types : All
Values : any available font (see chapter “Font Family”)
Default value : "'Arial'"
Sample : fontNoteFontFamily : "'Arial'"
See also : footNote,footNoteFontColor, footNoteFontSize, footNoteFontStyle
Description: specify the font size (in pixel) of the footnote – see footNote option.
Chart types : All
Values : positive integer
Default value : 8
Sample : footNoteFontSize : 8
See also : footNote,footNoteFontColor, footNoteFontFamily, footNoteFontStyle
Description: specify the font type of the footnote – see footNote option.
Chart types : All
Values : any available font style(see chapter “Font Style”)
Default value : "bold"
Sample : fontNoteFontStyle : "bold"
See also : footNote,footNoteFontColor, footNoteFontFamily, footNoteFontSize
Description: when the foot note is not at the center (see option footNoteAlign) you can specify the amount of points to leave between the border and the sub-title through option footNoteShift.
Chart types : All
Values : any positive value
Default value : 10
Sample : footNoteShift: 25
See also : footNoteAlign
Description: specify a text that has to be displayed as sub-title at the top of the canvas (under the title).
Chart types : All
Values : a text
Default value : none
Sample : graphSubTitle : "text to be displayed as sub-title"
See also : footnote, graphTitle, graphSubTitleFontColor, graphSubTitleFontFamily, graphSubTitleFontSize, graphSubTitleFontStyle
Description: by default, the sub-Title will be displayed at the center of the canvas. To put it on the right or on the left, change option graphSubTitleAlign.
Chart types : All
Values : "center", "left", "right"
Default value : "center"
Sample : graphSubTitleAlign : "left"
See also : graphSubTitleShift
Description: specify the color of the sub-title – see graphSubTitle option.
Chart types : All
Values : any color
Default value : "#666"
Sample : graphSubTitleFontColor : "#666"
See also : graphSubTitle, graphSubTitleFontFamily, graphSubTitleFontSize, graphSubTitleFontStyle
Description: : specify the font family of the sub-title – see graphSubTitle option.
Chart types : All
Values : any available font (see chapter “Font Family”)
Default value : "'Arial'"
Sample : graphSubTitleFontFamily : "'Arial'"
See also : graphSubTitle, graphSubTitleFontColor, graphSubTitleFontSize, graphSubTitleFontStyle
Description: specify the font size (in pixel) of the sub-title – see graphSubTitle option.
Chart types : All
Values : positive integer
Default value : 18
Sample : graphSubTitleFontSize : 18
See also : graphSubTitle, graphSubTitleFontColor, graphSubTitleFontFamily, graphSubTitleFontStyle
Description: specify the font type of the sub-title – see graphSubTitle option.
Chart types : All
Values : any available font style(see chapter “Font Style”)
Default value : "normal"
Sample : graphSubTitleFontStyle : "normal"
See also : graphSubTitle, graphSubTitleFontColor, graphSubTitleFontFamily, graphSubTitleFontSize
Description: when the sub-title is not at the center (see option graphSubTitleAlign) you can specify the amount of points to leave between the border and the sub-title through option graphSubTitleShift.
Chart types : All
Values : any positive value
Default value : 10
Sample : graphSubTitleShift : 25
See also : graphSubTitleAlign
Description: specify a text that has to be displayed as title at the top of the canvas.
Chart types : All
Values : a text
Default value : none
Sample : graphTitle : "text to be displayed as title"
See also : footnote, graphSubTitle, graphTitleFontColor, graphTitleFontFamily, graphTitleFontSize, graphTitleFontStyle
Description: by default, the title will be displayed at the center of the canvas. To put it on the right or on the left, change option graphTitleAlign.
Chart types : All
Values : "center", "left", "right"
Default value : "center"
Sample : graphTitleAlign : "left"
See also : graphTitleShift
Description: specify the color of the title – see graphTitle option.
Chart types : All
Values : any color
Default value : "#666"
Sample : graphTitleFontColor : "#666"
See also : graphTitle, graphTitleFontFamily, graphTitleFontSize, graphTitleFontStyle
Description: : specify the font family of the title – see graphTitle option.
Chart types : All
Values : any available font (see chapter “Font Family”)
Default value : “’Arial’”
Sample : graphTitleFontFamily : "'Arial'"
See also : graphTitle, graphTitleFontColor, graphTitleFontSize, graphTitleFontStyle
Description: specify the font size (in pixel) of the sub-title – see graphTitle option.
Chart types : All
Values : positive integer
Default value : 24
Sample : graphTitleFontSize : 18
See also : graphTitle, graphTitleFontColor, graphTitleFontFamily, graphTitleFontStyle
Description: specify the font type of the sub-title – see graphTitle option.
Chart types : All
Values : any available font style(see chapter “Font Style”)
Default value : "bold"
Sample : graphTitleFontStyle : "bold"
See also : graphTitle, graphTitleFontColor, graphTitleFontFamily, graphTitleFontSize, Chart Layout
Description: when the title is not at the center (see option graphTitleAlign) you can specify the amount of points to leave between the border and the title through option graphTitleShift.
Chart types : All
Values : any positive value
Default value : 10
Sample : graphTitleShift : 25
See also : graphTitleAlign
Previous Chapter Previous Page Next Page Next Chapter Top of Page