[]
        
(Showing Draft Content)

C1.Win.C1ChartBase.iChartRect

iChartRect Interface

Provides chart area properties and methods.

Namespace: C1.Win.C1ChartBase
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public interface iChartRect

Properties

Name Description
DrawFactor

DrawFactor is set in DrawWithPrinter and accounts for 100/dpi inflation.

Location

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

Size

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

Text

Get or sets the text of the label.

Visible

Gets or sets the chart area visibility.

Methods

Name Description
Draw(Graphics, Rectangle)

Draws rectangle.

Invalidate()

Invalidates the entire surface of the chart area and causes to be redrawn.

Invalidate(Rectangle)

Invalidates the specified region of the chart area and causes to be redrawn.