[]
        
(Showing Draft Content)

C1.Win.C1Chart.Area

Area Class

The Area class describes the ChartArea of the chart.

Inheritance
Area
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
[TypeConverter(typeof(c1ChartTypeConverter))]
public class Area
Remarks

This area includes all axes and the charted data.

Properties

Name Description
Axes

Gets the axes collection.

AxisX

Gets the primary X-axis object.

AxisY

Gets the primary Y-axis object.

AxisY2

Gets the primary Y2 axis object.

Inverted

Gets or sets whether the chart area is inverted.

Location

Gets or sets the location of the ChartArea in chart control client coordinates.

LocationDefault

Gets or sets the default location of the ChartArea.

Margins

Gets or sets the size of the Chart Area margins.

PlotArea

Gets the ChartPlot object that describes the region where data is charted.

Size

Gets or sets the size of the ChartArea in chart control client coordinates.

SizeDefault

Gets or sets the default size of the ChartArea.

Style

Gets the ChartArea style.

Visible

Gets or sets the ChartArea visibility.

Methods

Name Description
ResetLocationDefault()

Resets the Area location so it is calculated automatically.

ResetSizeDefault()

Resets Area size so it is calculated automatically.

ResetStyle()

Resets Area style inheritance state.

ShouldSerializeLocationDefault()

Returns false if the ChartArea LocationDefault property is in the default state.

ShouldSerializeMargins()

Returns false if the ChartArea margins are set to their default values.

ShouldSerializeSizeDefault()

Returns false if the ChartArea SizeDefault property is in the default state.

ShouldSerializeStyle()

Returns false if the ChartArea Style property is in the default state.