Back to Devexpress

ChartData.GetHashCode() Method

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-chartdata-c4a88775.md

latest1.4 KB
Original Source

ChartData.GetHashCode() Method

Gets the hash code (a number) that corresponds to the value of the current ChartData object.

Namespace : DevExpress.Spreadsheet.Charts

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public override int GetHashCode()
vb
Public Overrides Function GetHashCode As Integer

Returns

TypeDescription
Int32

The hash code for the current object.

|

Remarks

The function supports the .NET infrastructure. For more information on hash codes, see the GetHashCode() topic in MSDN.

See Also

ChartData Class

ChartData Members

DevExpress.Spreadsheet.Charts Namespace