Click or drag to resize
LabelStyle Class
Styles of label
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 LabelStyle : LocatingStyle

The LabelStyle type exposes the following members.

Constructors
  NameDescription
Public methodLabelStyle
Creates new instance of StyleLabel class.
Public methodLabelStyle(Object)
Creates new instance of StyleLabel class.
Public methodLabelStyle(ChartPosition)
Creates new instance of StyleLabel class.
Public methodLabelStyle(Fill)
Creates new instance of StyleLabel class.
Public methodLabelStyle(Fill, ChartPosition)
Creates new instance of StyleLabel class.
Public methodLabelStyle(Fill, ChartPosition, ChartDimensionsBase)
Creates new instance of StyleLabel class.
Public methodLabelStyle(Fill, Corners, ChartPosition, ChartDimensionsBase)
Creates new instance of StyleLabel class.
Public methodLabelStyle(LabelItemsCompositionMode, ChartDimensionsBase, String, Fill, ChartPosition, Single, Corners, Border, Shadow, Boolean)
Creates new instance of StyleLabel class.
Top
Methods
Properties
  NameDescription
Public propertyCompositionType
Specifies the label's items composition type
Public propertyCorners
Specifies the corners for background rectangle
Public propertyFigure
Specifies the figure property
Public propertyFill
Specifies the background property
Public propertyRotationAngle
Specifies the rotation angle property
Public propertyVisible
Specifies tha label's visibility
(Overrides StyleBaseVisible.)
Top
See Also