TableLayout<TBackgroundGeometry, TDrawingContext>
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.VisualElements
Summary:
Defines the table panel class.
| TBackgroundGeometry | The type of the background geometry. |
| TDrawingContext | The type of the drawing context. |
Object
=>
ChartElement<TDrawingContext>
=>
VisualElement<TDrawingContext>
=>
TableLayout<TBackgroundGeometry, TDrawingContext>
Properties
Gets or sets the horizontal alignment.
Type: Align
Type: Align
Gets or sets the horizontal alignment.
Type: Align
Type: Align
Gets or sets the background paint.
Type: IPaint<TDrawingContext>
Type: IPaint<TDrawingContext>
Gets the background geometry.
Type: TBackgroundGeometry
Type: TBackgroundGeometry
Events
Called when the pointer goes down on the visual.
Handler definition: VisualElementHandler<TDrawingContext>
Handler definition: VisualElementHandler<TDrawingContext>
Occurs when a property value changes.
Handler definition: PropertyChangedEventHandler
Handler definition: PropertyChangedEventHandler
Methods
// Adds a child to the layout.
| VisualElement<TDrawingContext> child, | // The row index. |
| Int32 row, | // The column index. |
| Int32 column, | // The visual to add. |
| Nullable<Align> horizontalAlign, | // The cell horizontal alignment, if null the alignment will be defined by the layout. |
| Nullable<Align> verticalAlign | // The cell vertical alignment, if null the alignment will be defined by the layout. |
)
// Enumerates the children in the layout.