seriesHoverStyles

An array collection that contains the style to be charted when hovering over the chart element. For a full list of the available Style options, please see the Style Options topic.

Type: Array

Default:

[{

    opacity: 1, "stroke-width": 1.5}, {

    opacity: 1, "stroke-width": 1.5}, {

    opacity: 1, "stroke-width": 1.5}, {

    opacity: 1, "stroke-width": 1.5}, {

    opacity: 1, "stroke-width": 1.5}, {

    opacity: 1, "stroke-width": 1.5}, {

    opacity: 1, "stroke-width": 1.5}, {

    opacity: 1, "stroke-width": 1.5}, {

    opacity: 1, "stroke-width": 1.5}, {

    opacity: 1, "stroke-width": 1.5}, {

    opacity: 1, "stroke-width": 1.5}, {

    opacity: 1, "stroke-width": 1.5}]

Code Example:

var piechart = document.getElementById("wijpiechart").winControl;

                WinJS.UI.setOptions(piechart, {

  seriesHoverStyles: [{

                        "stroke-width": "1.5", opacity: 1

                    }]


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