Click or drag to resize
ExtendedLabelCollectionStyle Class
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 ExtendedLabelCollectionStyle : LabelStyle

The ExtendedLabelCollectionStyle type exposes the following members.

Constructors
  NameDescription
Public methodExtendedLabelCollectionStyle
Creates new instance of StyleExtendedLabel class
Public methodExtendedLabelCollectionStyle(ChartPosition)
Creates new instance of StyleExtendedLabel class
Public methodExtendedLabelCollectionStyle(ChartSeries)
Creates new instance of StyleExtendedLabel class
Public methodExtendedLabelCollectionStyle(Fill)
Creates new instance of StyleExtendedLabel class
Public methodExtendedLabelCollectionStyle(Fill, ChartPosition)
Creates new instance of StyleExtendedLabel class
Public methodExtendedLabelCollectionStyle(Fill, ChartPosition, ChartDimensionsBase)
Creates new instance of StyleExtendedLabel class
Public methodExtendedLabelCollectionStyle(LabelItemsCompositionMode, ChartDimensionsBase, String, Fill, OverflowMode, ChartPosition, Single, Corners, Border, Shadow, Boolean)
Creates new instance of StyleExtendedLabel class
Top
Methods
Properties
  NameDescription
Public propertyGroupNameFormat
Specifies the series names format shown in Legend when data grouping being used and names are digits.
Public propertyItemAppearance
Specifies item label's style
Public propertyItemMarkerAppearance
Specifies item label's marker's style
Public propertyItemTextAppearance
Specifies item label's text's style
Public propertyLocation
Specifies label location (InsideDiagram, OutsideDiagram)
Public propertyOverflow
Specifies the behavior when overflow occurred
Top
See Also