List<double> AxisStrokeDashArray { get; set; }
Property AxisStrokeDashArray As List(Of Double)
Get
Set
property List<double>^ AxisStrokeDashArray {
List<double>^ get ();
void set (List<double>^ value);
}
abstract AxisStrokeDashArray : List<float> with get, set