FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartBar Class
Properties Methods Events


In This Topic
    ChartBar Class Members
    In This Topic

    The following tables list the members exposed by ChartBar.

    Public Properties
     NameDescription
    Public PropertyGets or sets the appearance of a bar chart.  
    Public PropertyGets or sets the color used to render BarLines indicated by the BarLines property (only applies to stacked bar and column charts).  
    Public PropertyGets or sets a value indicating whether 2D stacked bar and column charts render lines from common series rectangles from one point to the next.  
    Public PropertyGets or sets the thickness of bar lines indicated by the BarLines property, in twips. Only applies to stacked bar and column charts.  
    Public PropertyGets or sets the percentage by which bar elements in the same cluster overlap.  
    Public PropertyGets or sets the percentage that each bar cluster occupies. The percentage applies to the closest clusters.  
    Public PropertyGets or sets a value indicating whether bar charts with mixed positive and negative values display both stacks at each point. Always True for 3D bars.

    If True, postive values are stacked above the origin and negative values are stacked below the origin.

    If False, values are stacked by simple addition of values in series order.

     
    Public PropertyGets or sets a value indicating whether the 3D bar chart is plotted using multiple rows.  
    Top
    Protected Methods
     NameDescription
    Protected MethodNotify one property is changed. (Inherited from C1.Win.FlexReport.Chart.ChartObject)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.Win.FlexReport.Chart.ChartObject)
    Top
    See Also