dotnetCHARTING Send comments on this topic.
SmartColor Class Members
See Also  Properties 
dotnetCHARTING Namespace : SmartColor Class


The following tables list the members exposed by SmartColor.

Public Constructors

  Name Description
Public Constructor SmartColor Constructor Overloaded. Initializes a new instance of the SmartColor object.  
Top

Public Properties

  Name Description
Public Property Color Gets or sets the Color of this SmartColor object.  
Public Property ColorSecondary Gets or sets a secondary Color object. When set, it will represent the high range of the specified ScaleRange coloring elements based on a gradient from ScaleRange.Low/SmartColor.Color to ScaleRange.High/SmartColor.SecondaryColor.  
Public Property ElementValue Gets or sets the ElementValue that is used with ScaleRange to determine if elements use this color.  
Public Property LegendEntry Gets or sets a LegendEntry that describes this object's color in the legend box.  
Public Property ScaleRange Gets or sets the ScaleRange used with ElementValue to determine if elements use this color.  
Top

See Also