[]
Provides chart area properties and methods.
public interface iChartRect
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. |
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. |