using System;
using System.ComponentModel;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
namespace FastReport.Map
{
///
/// Represents a distance scale.
///
public class DistanceScale : ScaleBase
{
#region Constructors
///
/// Initializes a new instance of the class.
///
public DistanceScale()
{
}
#endregion // Constructors
}
}