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

SeriesPoint3D Properties
Show Inherited Hide Inherited

The series point of 3D series.
Name Description
ActualXArgument Returns the string representation of the actual X-argument value.
ActualYArgument Returns the string representation of the actual Y-argument value.
Brush Gets or sets the color of the series point.
DateTimeXArgument The date-time X-argument value.
DateTimeYArgument The date-time Y-argument value.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
NumericXArgument The numeric X-argument value.
NumericYArgument The numeric Y-argument value.
Series Returns the owner of the current series point.
Tag Gets or sets the object that contains data related to this series point.
TimeSpanXArgument Gets or sets the time-span X-argument value.
TimeSpanYArgument Gets or sets the time-span Y-argument value.
Value Gets or sets the value of the series point
XArgument The qualitative X-argument value.
YArgument The qualitative X-argument value.
See Also