SankeyViewOptions.LinkTransparency Property
Gets or sets link transparency.
Namespace: DevExpress.XtraCharts.Sankey
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public byte LinkTransparency { get; set; }
Property Value
Type | Description |
---|---|
Byte | A value between 0 (opaque) and 255 (transparent). |
Property Paths
You can access this nested property as listed below:
Object Type | Path to LinkTransparency |
---|---|
SankeyDiagramControl |
|
Remarks
The following code makes links opaque:
See Also