TTMSFNCChartSerieXYGrid Class
Configures the grid lines drawn behind the chart for one axis direction, including spider chart grid options.
API unit family: TMSFNCChart
Inherits from: TPersistent
Syntax
TTMSFNCChartSerieXYGrid = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Extended | When True, grid lines extend to the outer edges of the chart; when False, they stop at the last data value. |
| MajorUnitStroke | Stroke settings for major grid lines. |
| MinorUnitStroke | Stroke settings for minor grid lines between major intervals. |
| SpiderKind | Shape of spider chart grid lines. |
| SpiderLegend | When True, category labels from point XValueText are drawn at each spider chart spoke. |
| SpiderVisible | When True, the spider chart radial grid is drawn. |
| Visible | When True, grid lines are drawn; when False (default), the grid is hidden. |
Methods
| Name | Description |
|---|---|
| AssignSource | Copies settings from another persistent object. |
| Chart | Returns the owning chart instance. |
| Serie | Returns the series associated with this settings object. |