TransparencyGradient Members
Stores transparency gradient settings for area series.Constructors
| Name | Description |
|---|---|
| TransparencyGradient() | Initializes a new instance of the TransparencyGradient class. |
Fields
| Name | Description |
|---|---|
| BaselineAlphaProperty static | Identifies the BaselineAlpha dependency property. |
| SeriesLineAlphaProperty static | Identifies the SeriesLineAlpha dependency property. |
Properties
| Name | Description |
|---|---|
| BaselineAlpha | Gets or sets the transparency (alpha channel) of an area at the baseline. |
| SeriesLineAlpha | Gets or sets the transparency (alpha channel) of an area near the series line. |
See Also