Click or drag to resize
SeriesStyle Class
Styles of series
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModel.StylesStyleBase
      Kettic.AspNet.Controls.ChartModel.StylesSeriesStyle

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

The SeriesStyle type exposes the following members.

Constructors
Methods
Properties
  NameDescription
Public propertyBarWidthPercent
Determines the width of bars.
Public propertyBorder
Specifies the border
(Overrides StyleBaseBorder.)
Public propertyBubbleSize
Default bubble size
Public propertyCenterXOffset
Specifies the x offset of the pie center.
Public propertyCenterYOffset
Specifies the y offset of the pie center.
Public propertyCorners
Specifies the corners for background rectangle
Public propertyDiameterScale
Gets or sets the pie's diameter length according to the size of the plot area.
Public propertyEmptyValue
Empty value point mark
Public propertyExplodePercent
Gets or sets the explode percent of the exploded items.
Public propertyFill
Specifies the background property
Public propertyLabelAppearance
Gets or sets the common settings for the series items labels
Public propertyLegendDisplayMode
Legend visualization mode
Public propertyLineSeriesAppearance
Line, Spline, Bezier series line style
Public propertyPointDimentions
Specifies the dimensions of points in point series
Public propertyPointMark
Series points appearance
Public propertyPointRotationAngle
Specifies the Rotation angle
Public propertyPointShape
Specifies the shape for point series
Public propertyShowLabelConnectors
Specifies whether a line should be drawn between the label and the item.
Public propertyShowPointsLabels
Specifies whether the item labels should be shown or not.
Public propertyStartAngle
Gets or sets the start angle of the pie. Zero angle is identical with the X axis direction.
Public propertyTextAppearance
Gets or sets the common text settings for the series items
Public propertyVisible
Specifies visibility of series
(Overrides StyleBaseVisible.)
Top
See Also