| StiDimensionColumn Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Stimulsoft.Dashboard.Components.Table
 Syntax
SyntaxThe StiDimensionColumn type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | StiDimensionColumn | Initializes a new instance of the StiDimensionColumn class | 
|  | StiDimensionColumn(String) | Initializes a new instance of the StiDimensionColumn class | 
|  | StiDimensionColumn(String, String) | Initializes a new instance of the StiDimensionColumn class | 
|  | StiDimensionColumn(String, String, StiHorAlignment, StiFormatService) | Initializes a new instance of the StiDimensionColumn class | 
|  | StiDimensionColumn(String, String, StiHorAlignment, StiFormatService, Boolean) | Initializes a new instance of the StiDimensionColumn class | 
|  | StiDimensionColumn(String, String, StiHorAlignment, StiFormatService, Boolean, Color) | Initializes a new instance of the StiDimensionColumn class | 
|  | StiDimensionColumn(String, String, String, StiHorAlignment, StiFormatService, Boolean, Color) | Initializes a new instance of the StiDimensionColumn class | 
|  | StiDimensionColumn(String, String, String, StiHorAlignment, StiFormatService, Boolean, Color, Boolean, String) | Initializes a new instance of the StiDimensionColumn class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DashboardInteraction | (Inherited from StiTableColumn.) | 
|  | Expression | (Inherited from StiMeter.) | 
|  | ForeColor | 
            Gets or sets font color for this element.
            (Inherited from StiTableColumn.) | 
|  | HorAlignment | 
            Gets or sets a text horizontal alignment.
            (Inherited from StiTableColumn.) | 
|  | HyperlinkPattern | 
            A hyperlink pattern.
             | 
|  | Ident | 
            ID code of this meter. Used in JSON saving.
            (Overrides StiMeterIdent.) | 
|  | IsDefault | (Overrides StiTableColumnIsDefault.) | 
|  | Key | 
            Gets or sets unically object identificator.
            (Inherited from StiMeter.) | 
|  | Label | (Inherited from StiMeter.) | 
|  | LocalizedName | 
            Localized name of this component type.
            (Overrides StiMeterLocalizedName.) | 
|  | ShowHyperlink | 
            Shows or not hyperlink.
             | 
|  | TextFormat | 
            Gets or sets the format of the text.
            (Inherited from StiTableColumn.) | 
|  | Visible | 
            Gets or sets a visibility of the column.
            (Inherited from StiTableColumn.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | 
            Creates a new object that is a copy of the current instance.
            (Inherited from StiTableColumn.) | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | GetUniqueCode | (Inherited from StiTableColumn.) | 
|  | LoadFromBytes | (Inherited from StiObject.) | 
|  | LoadFromJsonObject | (Overrides StiTableColumnLoadFromJsonObject(JObject).) | 
|  | LoadFromString | (Inherited from StiObject.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ResetProperties | (Inherited from StiObject.) | 
|  | SaveToBytes | (Inherited from StiObject.) | 
|  | SaveToJsonObject | (Overrides StiTableColumnSaveToJsonObject(StiJsonSaveMode).) | 
|  | SaveToString | (Inherited from StiObject.) | 
|  | SaveToXml | (Inherited from StiObject.) | 
|  | ToList | (Inherited from StiMeter.) | 
|  | ToString | (Inherited from StiMeter.) | 
 See Also
See Also