[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataSetPoint.GetLStyleByHash

GetLStyleByHash Method

GetLStyleByHash(int)

Gets the plotting line style by hash.

Declaration
protected override Chart3DLineStyle GetLStyleByHash(int hashvalue)
Protected Overrides Function GetLStyleByHash(hashvalue As Integer) As Chart3DLineStyle
Parameters
Type Name Description
int hashvalue

The hash value.

Returns
Type Description
Chart3DLineStyle

A Chart3DLineStyle of the plotting line.

Overrides