Class DiagramScaleItemDefinition
Represents a description of item in the DiagramScaleDefinition.
Inheritance
System.Object
DiagramScaleItemDefinition
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class DiagramScaleItemDefinition : Object
Constructors
DiagramScaleItemDefinition()
Declaration
public DiagramScaleItemDefinition()
Properties
Interval
Gets or sets the interval.
Declaration
public double Interval { get; set; }
Property Value
System.Double
|
Type
Gets or sets the type of the item.
Declaration
public DiagramScaleItemType Type { get; set; }
Property Value
DiagramScaleItemType
|