Skip to content

Opacity Property

Summary

Gets or sets the level of opacity of the chart control instance. Can be set from 0 (transparent) to 1 (opaque).Values higher than 1 will be set to 1, values below 0 will be set to 0.

Signature

1
public double Opacity {get; set;}

Return Value

double

Declaring Type

cAlgo.API.ControlBase


Last update: March 23, 2023