TableDiagramStyle class
From Catglobe Wiki
More actions
TableDiagramStyle
Represents a table diagram style.
Parent class
Inherits from Array
Methods
- string ToString() - The string representation of the object.
- object this[] { get; }(int index "Index") - Backward-compatible indexer
- Empty this[] { get; }(int index "Index", object value "Value to set") - Backward-compatible indexer
Properties
- number Average { get; } - Average of the objects in the Array object. Can only use if all the elements are of type Number
- int Decimal { get; set; } - Number of decimal places
- DiagramFillStyle Fill { get; set; } - Fill style of the table diagram
- DiagramFontStyle Font { get; set; } - Font style of the table diagram
- string Halign { get; set; } - Horizontal alignment (Center, Left, Right)
- number Max { get; } - Largest of all the objects in the Array object. Can only use if all the elements are of type Number
- number Min { get; } - Smallest of all the objects in the Array object. Can only use if all the elements are of type Number
- string ObjectTypeName { get; } - The name of the type of object.
- number Sum { get; } - Sum of all the objects in the Array object. Can only use if all the elements are of type Number
- TypeInformation TypeInformation { get; } - Get information about this class.
- string Valign { get; set; } - Vertical alignment (Center, Top, Bottom)