MindFusion WinForms Programmer's Guide
AxesChart.Y2Data Property
See Also
 





Gets or sets the data for the second Y-axis.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public IList Y2Data { get; set; }

Visual Basic  Copy Code

Public Property Y2Data As IList

 Property Value

An object of type .NET IList class that holds other lists with the numbers.

 Remarks

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.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Reporting Namespace