Пример #1
0
 public static void SetValues(TextAxisLabelProvider source, StringCollection value)
 {
     source.SetValue(ValuesProperty, value);
 }
Пример #2
0
 public static StringCollection GetValues(TextAxisLabelProvider source)
 {
     return((StringCollection)source.GetValue(ValuesProperty));
 }