chartLabelStyle

A value that indicates the styles applied to the chart labels. For a full list of the available Style options, please see the Style Options topic.

Type: Object

Default: {}

rotation

An option that adds rotation to the element.

Type: Number

Code Example:

var scatterchart = document.getElementById("wijscatterchartDefault").winControl;

          WinJS.UI.setOptions(scatterchart, {

chartLabelStyle: {

                     rotation: 90,

                     transform: "T10 -10"

}

)};


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