Click or drag to resize
SeriesPointLabelStyle Class
Series item appearance style
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 SeriesPointLabelStyle : LabelStyle

The SeriesPointLabelStyle type exposes the following members.

Constructors
  NameDescription
Public methodSeriesPointLabelStyle
Creates new instance of StyleSeriesItemLabel class.
Public methodSeriesPointLabelStyle(ChartSeries)
Creates new instance of StyleSeriesItemLabel class.
Top
Methods
Properties
  NameDescription
Public propertyDistance
Label distance from series when LabelLocation equals Auto
Public propertyLabelConnectorStyle
Gets label's connector's style
Public propertyLabelLocation
Specifies label's layout
Public propertyVisible
Specifies labels' visibility
(Overrides LabelStyleVisible.)
Top
See Also