Esempio n. 1
0
 public static void SetValues(TextAxisLabelProvider source, StringCollection value)
 {
     source.SetValue(ValuesProperty, value);
 }
Esempio n. 2
0
 public static StringCollection GetValues(TextAxisLabelProvider source)
 {
     return((StringCollection)source.GetValue(ValuesProperty));
 }