[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart2DArea

Chart2DArea Class

Represents the chart area of the chart.

Inheritance
Chart2DArea
Implements
IC1Serializable
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public class Chart2DArea : ChartRect, INotifyPropertyChanged, IC1Serializable
Remarks

This area includes all axes and the charted data.

Properties

Name Description
AxisX

Gets the primary X-axis.

AxisY

Gets the primary Y-axis.

AxisY2

Gets the primary Y2-axis.

Inverted

Gets or sets whether the chart area is inverted.

MarginBottom

Gets or sets the bottom margin of chart area in twips. -1 will allow for margin auto-positioning.

MarginLeft

Gets or sets the left margin of chart area in twips. -1 will allow for margin auto-positioning.

MarginRight

Gets or sets the right margin of chart area in twips. -1 will allow for margin auto-positioning.

MarginTop

Gets or sets the top margin of chart area in twips. -1 will allow for margin auto-positioning.

PlotArea

Gets the Chart2DPlotArea object that describles the region where data is charted.

Style

Gets the style of the chart area.

Methods

Name Description
AssignFrom(ChartObject)

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