AxisLength Structure

Represents a length of a mathematical axis. The length is defined by two different measurement units. The real world units (these could e.g., meters) and screen units (these could be e.g., pixels).

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
public struct AxisLength
Inheritance
Object    ValueType    AxisLength

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

LengthScreen Specifies the length of an axis in screen units (e.g., pixels).
LengthWorld Specifies the length of an axis in real-world measurement units.

See Also