.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Chart Class : ObjectChart Property
ObjectChart Property
Gets or sets an object that will be drawn instead of the chart and will dynamically resize the chart image to fit the object's size. The supported objects are Label and Annotation.
Syntax
'Declaration
 
Public Property ObjectChart As Object
'Usage
 
Dim instance As Chart
Dim value As Object
 
instance.ObjectChart = value
 
value = instance.ObjectChart
public object ObjectChart {get; set;}
Requirements

Target Platforms: 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