Skip to main content

FormatConditionRangeGradient.SegmentCount Property

Gets the number of ranges in the current format condition.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public int SegmentCount { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of ranges in the current format condition.

See Also