dotnetCHARTING Send comments on this topic.
TakeColorFrom Property
See Also 
dotnetCHARTING Namespace > Element Class : TakeColorFrom Property


Gets or sets a Series or Element object from which this element's color will be inherited.

Syntax

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

Example

Remarks

The specified object must be one that is used and in the chart.

See Also

© 2010 All Rights Reserved.