MindFusion WinForms Programmer's Guide
LineChart.Y2ShapeBrushes Property
See Also
 





Gets or sets the brushes for drawing of point shapes at Y2 scatter charts.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public BrushCollection Y2ShapeBrushes { get; set; }

Visual Basic  Copy Code

Public Property Y2ShapeBrushes As BrushCollection

 Property Value

An instance of type MindFusion.Drawing.BrushCollection class.

 Remarks

Gets or sets the brushes for drawing of point shapes at Y2 scatter charts.

 See Also

LineChart Members
LineChart Class
MindFusion.Charting.WinForms Namespace