How do I change the alt attribute on Microsoft Chart images?

Does anyone know how to change the alt attribute on MS chart control charts?

    Chart2.Attributes.Remove("alt");
    Chart2.Attributes["alt"] = "myAlt";

      

Does not work. He calls out two violas, one empty and one myAlt

.

+2


source to share





All Articles