Version

IsMyChartAreaVisibleAt Method

Determines whether or not the ChartArea in which this Primitive resides is visible at the given location.
Syntax
'Declaration
 
Protected Overridable Function IsMyChartAreaVisibleAt( _
   ByVal point As Point _
) As Boolean
protected virtual bool IsMyChartAreaVisibleAt( 
   Point point
)

Parameters

point
The location to evaluate, expressed as a point relative to the Control.

Return Value

True if this Primitive's ChartArea is visible at the given point, otherwise False.
Remarks

Used for composite charts where a Primitive may not be visible because it is outside the bounds of its ChartArea.

This method requires that the Layer property of this Primitive is set, in order to reference the ChartComponent, ChartCore, and ChartType in context.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also