Get or sets the percentage of the full width to be drawn of each series of 3D effect charts. Applies to 3D Area and 3D Line or Ribbon charts. The value is limited from 10 to 100.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[DefaultValueAttribute(100)]
public int SeriesWidth { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<DefaultValueAttribute(100)> _
Public Property SeriesWidth As Integer
	Get
	Set

See Also