Back to Devexpress

ChartSeriesPointExtensions Members

blazor-devexpress-dot-blazor-dot-chartseriespointextensions-dot-underscore-members.md

latest4.4 KB
Original Source

ChartSeriesPointExtensions Members

Contains extension methods for the ChartSeriesPoint class.

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.
GetBubblePoint(ChartTooltipData) staticReturns a bubble series point.
GetBubblePoint<T, TValue, TSize>(ChartTooltipData, Expression<Func<T, TValue>>, Expression<Func<T, TSize>>) staticReturns a bubble series point based on the given expression.
GetCommonPoint<T, TValue>(ChartTooltipData, Expression<Func<T, TValue>>) staticReturns a series point.
GetFinancialPoint(ChartTooltipData) staticReturns a financial series point.
GetFinancialPoint<T, TValue>(ChartTooltipData, Expression<Func<T, TValue>>) staticReturns information about a financial series point based on the given expression.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetRangePoint(ChartTooltipData) staticReturns a range series point.
GetRangePoint<T, TValue>(ChartTooltipData, Expression<Func<T, TValue>>) staticReturns a range series point based on the given expression.
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.
Render<T>(T, Func<T, RenderFragment>) staticRenders a series point and its child components.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

ChartSeriesPointExtensions Class

DevExpress.Blazor Namespace