-
Notifications
You must be signed in to change notification settings - Fork 14
Grid
Thomas Möller edited this page Mar 31, 2024
·
9 revisions
Grid
This class contains methods and properties corresponding to the grid.
- none
The following sections contain a detailed description of the methods and properties.
With this property you can specify the font color. By default, the font color is black.
You can specify the background color in four ways:
- rgba-code: rgba(77,22,66,0.5)
- rgb-code: rgb(128,255,73)
- hex-code: #FF77A1
- color name: green
{empty}, which leads to black
myChart.Chart.DataLabels.Font.Color = "red"
With this property you can specify the font color. By default, the font color is black.
You can specify the background color in four ways:
- rgba-code: rgba(77,22,66,0.5)
- rgb-code: rgb(128,255,73)
- hex-code: #FF77A1
- color name: green
{empty}, which leads to black
myChart.Chart.DataLabels.Font.Color = "red"
With this property you can specify the font color. By default, the font color is black.
You can specify the background color in four ways:
- rgba-code: rgba(77,22,66,0.5)
- rgb-code: rgb(128,255,73)
- hex-code: #FF77A1
- color name: green
{empty}, which leads to black
myChart.Chart.DataLabels.Font.Color = "red"
With this property you can specify, if the grid lines for the axis are shown.
True
myChart.Chart.RadialAxis.Grid.Show = True
--