[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart2DGroups

Chart2DGroups Class

Represents information related to data values and appearance of the 2D chart groups.

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

Properties

Name Description
Group0

Gets the foreground Chart2DGroup.

Group1

Gets the background Chart2DGroup.

ReversedDraw

Gets or sets a value indicating whether the order in which the Chart2DGroups are normally drawn is reversed.

The normal order is Group1, then Group0. If this property is true the order is Group0, then Group1.

Methods

Name Description
AssignFrom(ChartObject)

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