Class DiagramScaleDefinition
Represents a description of scale in the RadDiagramRuler.
Inheritance
System.Object
DiagramScaleDefinition
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class DiagramScaleDefinition : Object
Constructors
DiagramScaleDefinition()
Initializes a new instance of the DiagramScaleDefinition class.
Declaration
public DiagramScaleDefinition()
Properties
ItemDefinitions
Gets the scale item definitions.
Declaration
public List<DiagramScaleItemDefinition> ItemDefinitions { get; }
Property Value
System.Collections.Generic.List<DiagramScaleItemDefinition>
|
MaxZoom
Gets or sets the max zoom.
Declaration
public double MaxZoom { get; set; }
Property Value
System.Double
The max zoom. |