Back to Devexpress

DiagramCoordinates Members

corelibraries-devexpress-dot-xtracharts-dot-diagramcoordinates-dot-underscore-members.md

latest4.6 KB
Original Source

DiagramCoordinates Members

Represents 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 point.
AxisYGets the Y-axis of the diagram point.
DateTimeArgumentGets the date-time argument of the diagram point.
DateTimeValueGets the date-time value of the diagram point.
IsEmptyChecks whether the current object represents a point outside the diagram area.
NumericalArgumentGets the numerical argument of the diagram point.
NumericalValueGets the numerical value of the diagram point.
PaneGets the pane of the diagram point.
QualitativeArgumentGets the qualitative argument of the diagram point.
TimeSpanArgumentGets the diagram point’s time-span argument.
TimeSpanValueGets 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(AxisBase)Gets the value of the client-side axis instance.
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.XtraCharts Namespace