2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / ChartGroup Class / Is100Percent Property

In This Topic
    Is100Percent Property
    In This Topic
    Gets or sets whether the stacked chart is 100% chart. Applies only for bar and area charts.
    Syntax
    'Declaration
     
    Public Property Is100Percent As System.Boolean
    public System.bool Is100Percent {get; set;}
    See Also