RegionDateTime Class

Represents an additional special area for LineChart's Axis, which supports date and time.

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 RegionDateTime : Region
Inheritance
Object    Region    RegionDateTime

Constructors

RegionDateTime Initializes a new instance of RegionDateTime class.
RegionDateTime(String) Initializes a new instance of RegionDateTime class.

Properties

Alignment Gets or sets the alignment of the text in region.
(Inherited from Region)
BackColor Gets or sets the background color for the region.
(Inherited from Region)
Font Gets or sets the font used to display text in the region.
(Inherited from Region)
ForeColor Gets or sets the foreground color used to display text in the region.
(Inherited from Region)
Name Gets or sets the name of the region, which must be unique in the RegionCollection.
(Inherited from Region)
RegionEnd Gets or sets the end value of the region.
RegionStart Gets or sets the starting value of the region.
Text Gets or sets the Text label of the region.
(Inherited from Region)
TextBackgroundColor Gets or sets a color used to draw a background behind the Text.
(Inherited from Region)
WrapMode Gets or sets the WrapMode used on Text property.
(Inherited from Region)

Methods

Clone Creates a deep copy of Region object.
(Inherited from Region)
Dispose Releases all resourcees used by this object.
(Inherited from Region)
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 Region)
ResetAlignment Sets the Alignment to the default value.
(Inherited from Region)
ResetBackColor Sets the BackColor to the default value.
(Inherited from Region)
ResetFont Sets the Font to the default value.
(Inherited from Region)
ResetForeColor Sets the ForeColor to the default value.
(Inherited from Region)
ResetRegionEnd Sets the RegionEnd to the default value.
ResetRegionStart Sets the RegionStart to the default value.
ResetText Sets the Text to the default value.
(Inherited from Region)
ResetTextBackgroundColor Sets the TextBackgroundColor to the default value.
(Inherited from Region)
ResetWrapMode Sets the WrapMode to the default value.
(Inherited from Region)
ShouldSerializeAlignment Indicates whether the Alignment property should be serialized by Visual Studio designer.
(Inherited from Region)
ShouldSerializeBackColor Indicates whether the BackColor property should be serialized by Visual Studio designer.
(Inherited from Region)
ShouldSerializeFont Indicates whether the Font property should be serialized by Visual Studio designer.
(Inherited from Region)
ShouldSerializeForeColor Indicates whether the ForeColor property should be serialized by Visual Studio designer.
(Inherited from Region)
ShouldSerializeName Indicates whether the Name property should be serialized by Visual Studio designer.
(Inherited from Region)
ShouldSerializeRegionEnd Indicates whether the RegionEnd property should be serialized by Visual Studio designer.
ShouldSerializeRegionStart Indicates whether the RegionStart property should be serialized by Visual Studio designer.
ShouldSerializeText Indicates whether the Name property should be serialized by Visual Studio designer.
(Inherited from Region)
ShouldSerializeTextBackgroundColor Indicates whether the TextBackgroundColor property should be serialized by Visual Studio designer.
(Inherited from Region)
ShouldSerializeWrapMode Indicates whether the WrapMode property should be serialized by Visual Studio designer.
(Inherited from Region)
ToString Returns the value of Name property.
(Inherited from Region)

Events

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

Fields

m_DrawingExclusiveLock Contains an object which this Region 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 Region)

See Also