textStyle

A value that determines the styles that will be applied to the chart's text. For a full list of the available Style options, please see the Style Options topic.

Type: Object

Default: {fill:"#888", "font-size": 10, stroke:"none"}

Code Example:

WinJS.UI.setOptions(document.getElementById("wijcompositechart").winControl, {

       textStyle: {fill: "red"}

       });


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.