Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DiagramCoordinates Members

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

#Properties

Name Description
ArgumentScaleType Gets the type of the argument scale.
AxisX Gets the X-axis of the diagram coordinate.
AxisY Gets the Y-axis of the diagram coordinate.
DateTimeArgument Gets the date-time argument of the diagram point.
DateTimeValue Gets the date-time value of the diagram coordinate.
IsEmpty Checks whether the current object is a point outside the diagram area.
NumericalArgument Gets the numerical argument of the diagram point.
NumericalValue Gets the numerical value of the diagram coordinate.
Pane Gets the pane of the diagram point.
QualitativeArgument Gets the qualitative argument of the diagram point.
TimeSpanArgument Returns the diagram point’s time-span argument.
TimeSpanValue Returns the diagram point’s time-span value.
ValueScaleType Gets the type of the value scale.

#Methods
Show Inherited Hide Inherited

Name Description
Equals(Object, Object) static Determines 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() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines 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