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





Gets or sets the pens used for drawing chart parts bound to the second y-axis.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public PenCollection Y2ChartPens { get; set; }

Visual Basic  Copy Code

Public Property Y2ChartPens As PenCollection

 Property Value

An instance of MindFusion.Drawing.PenCollection class.

 Remarks

Y2 chart graphics are drawn only when the Y2Data property is not an empty list. The brushes are set with Y2ChartBrushes. If the pens are less than the data series, the control cycles through them.

Default value for the Y2ChartPens property is an empty PenCollection.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Reporting Namespace