[]
Interface that allows drawing a chart and performing hit testing without using the full IChart interface.
public interface IDrawAndHitTest
Public Interface IDrawAndHitTest
| Name | Description |
|---|---|
| Draw(C1Graphics, double, double) | Draws the chart content to the specified graphics surface using the provided dimensions. |
| HitTest(double, double) | Performs a hit test at the specified coordinates and returns information about the element under the point. |