2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartData Class / SeriesWidth Property

In This Topic
    SeriesWidth Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property SeriesWidth As System.Integer
    public System.int SeriesWidth {get; set;}
    See Also