[]
Gets or sets the array that manages Y data.
[C1Category("Data")]
[C1Description("ChartUnboundDataSeries.Y", "The array that manages Y data.")]
public double[] Y { get; set; }
<C1Category("Data")>
<C1Description("ChartUnboundDataSeries.Y", "The array that manages Y data.")>
Public Property Y As Double()