WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BaselineStratum - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BaselineStratum

    Represents the properties for BaseLineStratum element and its attributes

    Inheritance
    System.Object
    BaselineStratum
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Base.dll
    Syntax
    public class BaselineStratum

    Constructors

    BaselineStratum()

    Declaration
    public BaselineStratum()

    Properties

    BaseLineCell

    Gets the Base line cell list

    Declaration
    public List<BaselineCell> BaseLineCell { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<BaselineCell>

    Label

    Gets the label

    Declaration
    public string Label { get; }
    Property Value
    Type Description
    System.String

    MaxTime

    Gets the maximum time

    Declaration
    public double MaxTime { get; }
    Property Value
    Type Description
    System.Double

    Value

    Gets the value

    Declaration
    public string Value { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved