LimitLine Class

Represents an additional special line for LineChart's Axis.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public abstract class LimitLine : INotifyPropertyChanged
Inheritance
Object    LimitLine
Derived
Implements
INotifyPropertyChanged

Constructors

LimitLineInitializes a new instance of the LimitLine class

Properties

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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged Raised whenever a value of a property changes.

Fields

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.

See Also