public abstract class LimitLine : INotifyPropertyChangedPublic MustInherit Class LimitLine
Implements INotifyPropertyChanged| LimitLine | Initializes a new instance of the LimitLine class |
| Color | Gets or sets the color of the limit line. |
| DisplayLabel | Gets or sets whether the value label for LimitLine should be displayd on axis. |
| LabelBackgroundColor | Gets or sets the background color of the LimitLine labels on the axes. |
| LabelForegroundColor | Gets or sets the foreground color of the LimitLine labels on the axes. |
| Width | Gets or sets the width of the limit line. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnPropertyChanged | Fires the PropertyChanged event. |
| ResetColor | Sets the Color to the default value. |
| ResetDisplayLabel | Resets DisplayLabel back to its default value. |
| ResetLabelBackgroundColor | Sets the LabelBackgroundColor to the default value. |
| ResetLabelForegroundColor | Sets the LabelForegroundColor to the default value. |
| ResetWidth | Sets the Width to the default value. |
| ShouldSerializeColor | Indicates whether the Color property should be serialized by Visual Studio designer. |
| ShouldSerializeDisplayLabel | Indicates whether the DisplayLabel property should be serialized by Visual Studio designer. |
| ShouldSerializeLabelBackgroundColor | Indicates whether the LabelBackgroundColor property should be serialized by Visual Studio designer. |
| ShouldSerializeLabelForegroundColor | Indicates whether the LabelForegroundColor property should be serialized by Visual Studio designer. |
| ShouldSerializeWidth | Indicates whether the Width property should be serialized by Visual Studio designer. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| PropertyChanged | Raised whenever a value of a property changes. |
| m_DrawingExclusiveLock | Contains an object which this LimitLine object locks on to whenever it is part of LineChart object and whenever a property or a method is run which influences the graphical output of LineChart. |