Class
DiagramScaleItemDefinition

Represents a description of item in the DiagramScaleDefinition.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll

Syntax:

cs-api-definition
public class DiagramScaleItemDefinition

Inheritance: objectDiagramScaleItemDefinition

Constructors

DiagramScaleItemDefinition()

Declaration

cs-api-definition
public DiagramScaleItemDefinition()

Properties

Interval

Gets or sets the interval.

Declaration

cs-api-definition
public double Interval { get; set; }

Property Value

double

Type

Gets or sets the type of the item.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods")]
public DiagramScaleItemType Type { get; set; }

Property Value

DiagramScaleItemType