Search
Theme.CommonSeriesStrokeThicknesses Property
See Also
 






Gets or sets a list of stroke thicknesses, each thickness applied to all elements of a series.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public List<Double> CommonSeriesStrokeThicknesses { get; set; }

Visual Basic  Copy Code

Public Property CommonSeriesStrokeThicknesses As List(Of Double)

 Property Value

A list of double values.

 See Also