dotnetCHARTING Send comments on this topic.
SmartColor Constructor(Color,ScaleRange,ElementValue)
See Also 
dotnetCHARTING Namespace > SmartColor Class > SmartColor Constructor : SmartColor Constructor(Color,ScaleRange,ElementValue)


color
range
elementValue
Initializes a new instance of the SmartColor object with a color and scale range. This will check element's specified attribute to determine whether it inherits this color.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal color As Color, _
   ByVal range As ScaleRange, _
   ByVal elementValue As ElementValue _
)
Visual Basic (Usage)Copy Code
Dim color As Color
Dim range As ScaleRange
Dim elementValue As ElementValue
 
Dim instance As SmartColor(color, range, elementValue)
C# 
public SmartColor( 
   Color color,
   ScaleRange range,
   ElementValue elementValue
)

Parameters

color
range
elementValue

See Also