Customizing the font properties
You can also customize the font face, size and color of all the text in the chart captions, data labels, values, and so on. This is done using the baseFont, baseFontSize
, and baseFontColor
attributes all of which are self-explanatory.
All the text on the chart can be classified into two the values and the tooltips inside the canvas, and all the labels and the captions outside it. There are times when you want to increase the font size of all the text on the chart but the chart can get a little cluttered when the size of the data values next to the data plots are increased as well. In such cases, you can selectively control only the text outside the canvas using the outCnvBaseFont, outCnvBaseFontSize
, and outCnvBaseFontColor
attributes. The outside canvas font properties override the base font properties for text outside the chart.
- UNIX編程藝術(shù)
- 摩登創(chuàng)客:與智能手機和平板電腦共舞
- Docker進階與實戰(zhàn)
- 編程卓越之道(卷3):軟件工程化
- Instant Typeahead.js
- 編寫高質(zhì)量代碼:改善C程序代碼的125個建議
- Scratch 3游戲與人工智能編程完全自學(xué)教程
- UML+OOPC嵌入式C語言開發(fā)精講
- SEO實戰(zhàn)密碼
- C程序設(shè)計案例教程
- Visual C#.NET程序設(shè)計
- Java網(wǎng)絡(luò)編程實戰(zhàn)
- Java程序員面試筆試寶典(第2版)
- Clojure for Java Developers
- 算法設(shè)計與分析:基于C++編程語言的描述