public class LimitLineDateTime : LimitLinePublic Class LimitLineDateTime
Inherits LimitLine| LimitLineDateTime | Initializes a new instance of LimitLineDateTime class. |
| LimitLineDateTime(DateTime) | Initializes a new instance of LimitLineDateTime class. |
| LimitLineDateTime(DateTime, Color, Int32) | Initializes a new instance of LimitLineDateTime class. |
| Color |
Gets or sets the color of the limit line.
(Inherited from LimitLine) |
| DisplayLabel |
Gets or sets whether the value label for LimitLine should be displayd on axis.
(Inherited from LimitLine) |
| LabelBackgroundColor |
Gets or sets the background color of the LimitLine labels on the axes.
(Inherited from LimitLine) |
| LabelForegroundColor |
Gets or sets the foreground color of the LimitLine labels on the axes.
(Inherited from LimitLine) |
| LimitValue | Gets or sets the corresponding value on the axis. |
| Width |
Gets or sets the width of the limit line.
(Inherited from LimitLine) |
| 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.
(Inherited from LimitLine) |
| ResetColor |
Sets the Color to the default value.
(Inherited from LimitLine) |
| ResetDisplayLabel |
Resets DisplayLabel back to its default value.
(Inherited from LimitLine) |
| ResetLabelBackgroundColor |
Sets the LabelBackgroundColor to the default value.
(Inherited from LimitLine) |
| ResetLabelForegroundColor |
Sets the LabelForegroundColor to the default value.
(Inherited from LimitLine) |
| ResetLimitValue | Sets the LimitValue to the default value. |
| ResetWidth |
Sets the Width to the default value.
(Inherited from LimitLine) |
| ShouldSerializeColor |
Indicates whether the Color property should be serialized by Visual Studio designer.
(Inherited from LimitLine) |
| ShouldSerializeDisplayLabel |
Indicates whether the DisplayLabel property should be serialized by Visual Studio designer.
(Inherited from LimitLine) |
| ShouldSerializeLabelBackgroundColor |
Indicates whether the LabelBackgroundColor property should be serialized by Visual Studio designer.
(Inherited from LimitLine) |
| ShouldSerializeLabelForegroundColor |
Indicates whether the LabelForegroundColor property should be serialized by Visual Studio designer.
(Inherited from LimitLine) |
| ShouldSerializeLimitValue | Indicates whether the LimitValue property should be serialized by Visual Studio designer. |
| ShouldSerializeWidth |
Indicates whether the Width property should be serialized by Visual Studio designer.
(Inherited from LimitLine) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| PropertyChanged |
Raised whenever a value of a property changes.
(Inherited from LimitLine) |
| 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.
(Inherited from LimitLine) |