Search
MixedSeriesStyle.CommonFills Property
See Also
 






Gets or sets a list of brushes, each Brush used to fill all elements of a series.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public List<Brush> CommonFills { get; set; }

Visual Basic  Copy Code

Public Property CommonFills As List(Of Brush)

 Property Value

A list of Brush objects.

 See Also