Class Interval
Represents the methods and properties for Interval element and its attributes
Inheritance
System.Object
Interval
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class Interval : Object
Constructors
Interval()
Declaration
public Interval()
Properties
Closure
Gets the "closure" attribute value
Declaration
public string Closure { get; }
Property Value
Type |
---|
System.String |
Extension
Gets the "Extension" element value
Declaration
public Extension Extension { get; }
Property Value
Type |
---|
Extension |
LeftMargin
Gets the "leftMargin" attribute value
Declaration
public double LeftMargin { get; }
Property Value
Type |
---|
System.Double |
RightMargin
Gets the "rightMargin" attribute value
Declaration
public double RightMargin { get; }
Property Value
Type |
---|
System.Double |