Click or drag to resize
SeriesLineBorder Class
Border of line series
Inheritance Hierarchy

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class SeriesLineBorder : LineBorder

The SeriesLineBorder type exposes the following members.

Constructors
  NameDescription
Public methodSeriesLineBorder
Top
Properties
  NameDescription
Public propertyColor
Gets or sets color of the series line
(Overrides BorderColor.)
Public propertyPenStyle
Gets or sets PenStyle of the series line
(Overrides BorderPenStyle.)
Public propertyVisible
Line series visibility (same as Series.Visible)
(Overrides BorderVisible.)
Public propertyWidth
Gets or sets the width of the series line.
(Overrides BorderWidth.)
Top
See Also