[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart2DGroup

Chart2DGroup Class

Represents a 2D chart group which contains chart data and classes that control chart appearance.

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

Properties

Name Description
AxisXType

Gets or sets the data type for AxisX.

Bar

Gets the ChartBar object containing properties specific to Bar charts.

Bubble

Gets the ChartBubble object containing properties specific to Bubble charts.

ChartData

Gets the Chart2DData object containing the numerical series to be charted and display information for each series.

ChartType

Gets or sets the type of chart to display.

Gantt

Gets the ChartGantt object containing properties specific to Gantt charts.

Hilo

Gets the ChartHiLo object containing properties specific to Hi-Lo chart types, including Hi-Lo, Hi-Lo-Open-Close and Candle charts.

Histogram

Gets the ChartHistogram object containing properties specific to Histogram charts.

Is100Percent

Gets or sets a value indicating whether the stacked chart is 100% chart. Applies only to line, bar and area charts.

LegendReversed

Gets or sets a value indicating whether the order in which the series entries of each Chart2DGroup appear in the legend is reversed.

The series of each Chart2DGroup normally appear in index order in the legend. If this property is true, the series entries appear in reversed order.

OutlineColor

Gets or sets the color used to draw figure outlines. Such figures include Bars, Pies, Areas, etc.

By default, outlines are drawn in the PlotArea ForeColor. Set this to Transparent color to use the default Chart2DPlotArea ForeColor.

Pie

Gets the ChartPie object containing properties specific to Pie charts.

Polar

Gets the ChartPolar object containing properties specific to Polar charts.

Radar

Gets the ChartRadar object containing properties specific to Radar charts.

ShowOutline

Gets or sets a value indicating whether figures drawn should be outlined in the Chart2DPlotArea ForeColor. Such figures include Bars, Pies, Areas, etc.

Stacked

Gets or sets a value indicating whether the chart should stack the data (for appropriate chart types).

Use3D

Gets or sets a value indicating whether 3D effects are used for charting the data in the Chart2DGroup.

Visible

Gets or sets a value indicating whether the Chart2DGroup is visible.

Methods

Name Description
AssignFrom(ChartObject)

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