[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartBar

ChartBar Class

Represents properties specific to Bar charts.

Inheritance
ChartBar
Implements
IC1Serializable
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public class ChartBar : ChartObject, INotifyPropertyChanged, IC1Serializable

Properties

Name Description
Appearance

Gets or sets the appearance of a bar chart.

BarLineColor

Gets or sets the color used to render BarLines indicated by the BarLines property (only applies to stacked bar and column charts).

BarLineThickness

Gets or sets the thickness of bar lines indicated by the BarLines property, in twips. Only applies to stacked bar and column charts.

BarLines

Gets or sets a value indicating whether 2D stacked bar and column charts render lines from common series rectangles from one point to the next.

ClusterOverlap

Gets or sets the percentage by which bar elements in the same cluster overlap.

ClusterWidth

Gets or sets the percentage that each bar cluster occupies. The percentage applies to the closest clusters.

MixedStacking

Gets 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.

MultiRow

Gets or sets a value indicating whether the 3D bar chart is plotted using multiple rows.

Methods

Name Description
AssignFrom(ChartObject)

For internal use only. Assigns (copies) properties from another ChartObject to the current object.