Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The IVZChartGrid interface is used to work with a bubble chart coordinate grid.
IVZChartGrid
Bubble chart coordinate grid parameters can be obtained in the IVZChartArea.Grid property.
| Property name | Brief description | |
| The BorderBrush property determines the brush used to fill coordinate grid border. | ||
| The BorderThickness property determines thickness of bubble chart coordinate grid border in pixels. | ||
| The Bottom property determines whether the bubble chart coordinate grid has the bottom border. | ||
| The Horizontals property determines the collection of horizontal lines of bubble chart coordinate grid. | ||
| The Left property determines whether the bubble chart coordinate grid has the left border. | ||
| The Right property determines whether the bubble chart coordinate grid has the right border. | ||
| The Top property determines whether the bubble chart coordinate grid has the top border. | ||
| The Verticals property determines the collection of vertical lines of bubble chart coordinate grid. |
See also: