Back to Devexpress

DiagramCoordinates Members

wpf-devexpress-dot-xpf-dot-charts-dot-diagramcoordinates-dot-underscore-members.md

latest4.4 KB
Original Source

DiagramCoordinates Members

An object that contains descriptive information about a geometrical point within the diagram.

Properties

NameDescription
ArgumentScaleTypeGets the type of the argument scale.
AxisXGets the X-axis of the diagram coordinate.
AxisYGets the Y-axis of the diagram coordinate.
DateTimeArgumentGets the date-time argument of the diagram point.
DateTimeValueGets the date-time value of the diagram coordinate.
IsEmptyChecks whether the current object is a point outside the diagram area.
NumericalArgumentGets the numerical argument of the diagram point.
NumericalValueGets the numerical value of the diagram coordinate.
PaneGets the pane of the diagram point.
QualitativeArgumentGets the qualitative argument of the diagram point.
TimeSpanArgumentReturns the diagram point’s time-span argument.
TimeSpanValueReturns the diagram point’s time-span value.
ValueScaleTypeGets the type of the value scale.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetAxisValue(Axis2D)Gets the value containing the information about the current axis.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

DiagramCoordinates Class

DevExpress.Xpf.Charts Namespace