LimitLineLong Class

Represents an additional special line for LineChart's Axis, which supports 64-bit integer value.

Definition

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

Constructors

LimitLineLong Initializes a new instance of LimitLineLong class.
LimitLineLong(Int64) Initializes a new instance of LimitLineLong class.
LimitLineLong(Int64, Color, Int32) Initializes a new instance of LimitLineLong class.

Properties

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)

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.
(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)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged Raised whenever a value of a property changes.
(Inherited from LimitLine)

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.
(Inherited from LimitLine)

See Also