Winnovative Web Chart Documentation

ColorItem Class

Winnovative Web Chart
This class encapsulates a color structure. The color can be retrieved by explicitly or implicitly converting a ColorItem to color or by using the col property.
Inheritance Hierarchy

SystemObject
  WinnovativeColorItem

Namespace:  Winnovative
Assembly:  Winnovative.WebChart (in Winnovative.WebChart.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

[SerializableAttribute]
public class ColorItem

The ColorItem type exposes the following members.

Constructors

  NameDescription
Public methodColorItem
Initializes a new instance of the ColorItem class. Default value is Color.Red.
Public methodColorItem(Color)
Initializes a new instance of the ColorItem class with the specified color.
Public methodColorItem(String)
Initializes a new instance of the ColorItem class with the specified color.
Top
Properties

  NameDescription
Public propertyColor
Gets or sets the color encapsulated by the ColorItem object.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
Operators

  NameDescription
Public operatorStatic member(ColorItem to Color)
Implicit conversion to a Color structure.
Top
See Also

Reference