This question is locked. New answers and comments are not allowed.
Hello,
I'm running the Q1 2012 SL5 bits and I'm running into a weird behavior - hoping someone can shed some light.
I'm not able to change the ShowPointsMarks property on my series definition after it has been created (the property isn't even available to select on the object). This really feels like a bug ?
I can set the property when I first create the series definition this way:
After that point the ShowPointMarks property is no longer accessible if I look at the properties on this.ChartSeriesDefinitionSelected...
Is this the expected behavior? Can I not dynamically turn point marks on/off once the series definition has already been created?
Thanks!
Chris
I'm running the Q1 2012 SL5 bits and I'm running into a weird behavior - hoping someone can shed some light.
I'm not able to change the ShowPointsMarks property on my series definition after it has been created (the property isn't even available to select on the object). This really feels like a bug ?
I can set the property when I first create the series definition this way:
this
.ChartSeriesDefinitionSelected =
new
SplineSeriesDefinition() { ShowItemLabels =
false
, ShowItemToolTips =
false
, ShowPointMarks =
false
};
After that point the ShowPointMarks property is no longer accessible if I look at the properties on this.ChartSeriesDefinitionSelected...
Is this the expected behavior? Can I not dynamically turn point marks on/off once the series definition has already been created?
Thanks!
Chris