Skip to main content

DiagramCoordinates.ValueScaleType Property

Gets the type of the value scale.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public ScaleType ValueScaleType { get; }

#Property Value

Type Description
ScaleType

A ScaleType object, that is the scale type for the value data of the data point.

See Also