BorderSkin Class
Represents the drawing properties of the 3D border skin.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
System.Web.UI.DataVisualization.Charting::ChartElement
System.Web.UI.DataVisualization.Charting::BorderSkin
| Name | Description | |
|---|---|---|
![]() | BorderSkin() | Initializes a new instance of the BorderSkin class. |
| Name | Description | |
|---|---|---|
![]() | BackColor | Gets or sets the background color of a border skin frame. |
![]() | BackGradientStyle | Gets or sets the background gradient style of a border skin frame. |
![]() | BackHatchStyle | Gets or sets the background hatch style of a border skin frame. |
![]() | BackImage | Gets or sets the background image of a border skin frame. |
![]() | BackImageAlignment | Gets or sets the background image alignment of a border skin frame. |
![]() | BackImageTransparentColor | Gets or sets a color that is replaced with a transparent color when the background image of a border skin frame is drawn. |
![]() | BackImageWrapMode | Gets or sets the drawing mode for the background image of a border skin frame. |
![]() | BackSecondaryColor | Gets or sets the secondary background color of a border skin frame. |
![]() | BorderColor | Gets or sets the border color of a border skin frame. |
![]() | BorderDashStyle | Gets or sets the style of the border line of a border skin frame. |
![]() | BorderWidth | Gets or sets the width of the border line of a border skin frame. |
![]() | PageColor | Gets or sets the page color of a border skin. |
![]() | SkinStyle | Gets or sets the style of a border skin. |
![]() | Tag | Gets or sets an object associated with this chart element.(Inherited from ChartElement.) |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources used by the ChartElement.(Inherited from ChartElement.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the ChartElement and optionally releases the managed resources.(Inherited from ChartElement.) |
![]() | Equals(Object^) | Determines whether the specified Object is equal to the current ChartElement.(Inherited from ChartElement.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Returns a hash function for a particular type.(Inherited from ChartElement.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current Object.(Inherited from ChartElement.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


