Exemplo n.º 1
0
 protected void RemoveCustomPropertyIfExists(Series series, string property) {
   if (series.IsCustomPropertySet(property)) series.DeleteCustomProperty(property);
 }