DataPointColor property
- Last UpdatedNov 26, 2024
- 1 minute read
Use the DataPointColor property to specify the color used for sample points in the chart graph. This is a design-time and run-time property. However, changing the value will not update the chart until the next time the chart is refreshed or the DisplayChart() method is called.
The following figure highlights an example data point in green.

You cannot set this property to Null.
|
Data Type |
Read/Write |
Default Value |
|---|---|---|
|
Color |
R/W |
Green (0, 128, 0) |