Winnovative Web Chart Documentation

LabelItem Class

Winnovative Web Chart
This class encapsulates a label structure.
Inheritance Hierarchy

SystemObject
  WinnovativeLabelItem

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

[SerializableAttribute]
public class LabelItem

The LabelItem type exposes the following members.

Constructors

  NameDescription
Public methodLabelItem
Initializes a new instance of the LabelItem class. Default value is empty string.
Public methodLabelItem(String)
Initializes a new instance of the LabelItem class with the specified value.
Top
Properties

  NameDescription
Public propertyLabel
Gets or sets the label encapsulated by the LabelItem 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(LabelItem to String)
Implicit conversion to a string.
Top
See Also

Reference