Hi there
I wanna access a chart control properties but can't!
I think these pictures illustrate my problem
I can't access PointStyle property's members
Those aren't properties, they are values to assign to the property. Code will typically be like this:
myseries.ChartType = SeriesChartType.Line;
Did you know you can configure things in designer and then look at the generated code afterwards to see how it is coded? Expand the form in Solution Explorer and view the code for the attached .designer.cs file.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.