seriesHoverStyles

An array collection that contains the style to be charted when hovering over the chart element. For a full list of 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:

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

seriesHoverStyles: [{

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

                     }]


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