dotnetCHARTING Send comments on this topic.
ObjectChart Property
See Also 
dotnetCHARTING Namespace > Chart Class : 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

Visual Basic (Declaration) 
Public Property ObjectChart As Object
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As Object
 
instance.ObjectChart = value
 
value = instance.ObjectChart
C# 
public object ObjectChart {get; set;}

See Also

© 2010 All Rights Reserved.