Gets or sets the data for Y2-bound graphics or the radiuses for bubbles in bubble charts.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public IList Y2Data { get; set; } |
Visual Basic
![]() |
---|
Public Property Y2Data As IList |
An instance of type .NET IList that holds other lists with the numbers.
Data can be either numbers or DateTime values. They can be set in any format - integer, float, string as long as it can safely be converted to double-s or DateTime values using the standard .NET DoubleConverter and DateTimeConveter classes. The appearance options for the Y2-axis are set with Y2AxisSettings.
In bubble charts, the property is used to calculate the bubbles' radii.
Default value for the Y2Data property is an empty IList object.