Gets or sets the data for the second Y-axis.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public IList Y2Data { get; set; } |
Visual Basic Copy Code |
---|
Public Property Y2Data As IList |
An object of type .NET IList class 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.