Skip to content
Thomas Möller edited this page Mar 31, 2024 · 9 revisions

Class name

Grid

Purpose / Description

This class contains methods and properties corresponding to the grid.

Methods

  • none

Properties


Detailed description

The following sections contain a detailed description of the methods and properties.

Circular

Description:

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

Default value:

{empty}, which leads to black

Sample code:

myChart.Chart.DataLabels.Font.Color = "red"

Related to:

Family, Size

Color

Description:

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

Default value:

{empty}, which leads to black

Sample code:

myChart.Chart.DataLabels.Font.Color = "red"

Related to:

Family, Size

LineWidth

Description:

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

Default value:

{empty}, which leads to black

Sample code:

myChart.Chart.DataLabels.Font.Color = "red"

Related to:

Family, Size

Show

Description:

With this property you can specify, if the grid lines for the axis are shown.

Default value:

True

Sample code:

myChart.Chart.RadialAxis.Grid.Show = True

Related to: