Gets or sets the pens for drawing Y2 - bound chart graphics.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public PenCollection Y2ChartPens { get; set; } |
Visual Basic
![]() |
---|
Public Property Y2ChartPens As PenCollection |
An object of type MindFusion.Drawing.PenCollection.
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.