Click or drag to resize
ChartStyle Class
Styles of chart
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModel.StylesStyleBase
      Kettic.AspNet.Controls.ChartModel.StylesLocatingStyle
        Kettic.AspNet.Controls.ChartModel.StylesChartStyle

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 ChartStyle : LocatingStyle

The ChartStyle type exposes the following members.

Constructors
  NameDescription
Public methodChartStyle(ChartEntity)
Creates new instance of StyleChart class.
Public methodChartStyle(ChartEntityDimensions, ChartFill, Corners, Border, Shadow, Boolean)
Creates new instance of StyleChart class.
Top
Methods
Properties
  NameDescription
Public propertyBarOverlapPercent
Determines how much of the bar's area is overlapped in multiple bar charts.
Public propertyBarWidthPercent
Determines the width of bars.
Public propertyCorners
Specifies the corners for background rectangle
Public propertyFill
Specifies the background property
Public propertyImageQuality
Specifies the quality at which chart image is rendered.
Public propertyPosition Obsolete.
Gets positions
(Overrides LocatingStylePosition.)
Public propertyTextQuality
Specifies the quality at which text in chart is rendered.
Public propertyVisible
Gets visibility of chart
(Overrides StyleBaseVisible.)
Top
See Also