[]
        
(Showing Draft Content)

C1.Document.FlexChart.IDrawAndHitTest

IDrawAndHitTest Interface

Interface that allows drawing a chart and performing hit testing without using the full IChart interface.

Namespace: C1.Document.FlexChart
Assembly: C1.Document.4.6.2.dll
Syntax
public interface IDrawAndHitTest
Public Interface IDrawAndHitTest

Methods

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.