Click or drag to resize
SeriesPointStyle Class
Styles of series point
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModel.StylesStyleBase
      Kettic.AspNet.Controls.ChartModel.StylesSeriesPointStyle

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 SeriesPointStyle : StyleBase

The SeriesPointStyle type exposes the following members.

Constructors
  NameDescription
Public methodSeriesPointStyle
Creates new instance of StyleSeriesItem class.
Public methodSeriesPointStyle(ChartSeries)
Creates new instance of StyleSeriesItem class.
Top
Methods
Properties
  NameDescription
Public propertyCorners
Specifies the corners for background rectangle
Public propertyExploded
Exploded of item in Pie series
Public propertyFill
Specifies the background property
Public propertyPointDimentions
Specifies the dimensions of points in point series
Public propertyPointRotationAngle
Specifies the Rotation angle
Public propertyPointShape
Specifies the figure property for point series
Public propertyShadow
Specifies item's shadow
(Overrides StyleBaseShadow.)
Top
See Also