Represents the effect style of object's border.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration BorderEffect
C#
public enum BorderEffect
Visual C++
public enum class BorderEffect
JavaScript
Nasosoft.Chart.Drawing.BorderEffect = function();
Nasosoft.Chart.Drawing.BorderEffect.createEnum('Nasosoft.Chart.Drawing.BorderEffect', false);

Members

Member nameDescription
None
No border effect is applied. The border effect must be None for the BorderColor property to take effect.
Raised
The border has raised inner and outer edges.
Light
Apply light color to the border using the series/points color.
Dark
Apply dark color to the border using the series/points color.
Opposite
Chooses between dark and light border depending on the object color. If the color is dark the chart will choose a light border color. If the color is light the chart will choose a dark border color.
Shadow
The border will have shadow.

See Also