Back to Devexpress

RangeDistributionBase Class

wpf-devexpress-dot-xpf-dot-map-8be43bdb.md

latest1.9 KB
Original Source

RangeDistributionBase Class

The base class for ChoroplethColorizer color range distributions.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public abstract class RangeDistributionBase :
    MapDependencyObject,
    IRangeDistribution
vb
Public MustInherit Class RangeDistributionBase
    Inherits MapDependencyObject
    Implements IRangeDistribution

The following members return RangeDistributionBase objects:

Inheritance

Object DispatcherObject DependencyObject Freezable MapDependencyObject RangeDistributionBase EquationRangeDistribution

LinearRangeDistribution

LogarithmicRangeDistribution

ExponentialRangeDistribution

See Also

RangeDistributionBase Members

DevExpress.Xpf.Map Namespace