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





Gets or sets the brushes used for filling chart parts bound to the second y-axis.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public BrushCollection Y2ChartBrushes { get; set; }

Visual Basic  Copy Code

Public Property Y2ChartBrushes As BrushCollection

 Property Value

 Remarks

Y2 chart graphics are drawn only when the Y2Data property is not empty. Use Y2ChartPens to set the pens. If the brushes are less than the data series, the control cycles through them.

Default value for the Y2ChartBrushes property is an empty BrushCollection.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Reporting Namespace