Click or drag to resize
ChartEntity Class
class for Chart Entity Data
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModelRenderingElement
      Kettic.AspNet.Controls.ChartModelLocatingElement
        Kettic.AspNet.Controls.ChartModelChartEntity

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class ChartEntity : LocatingElement, 
	IContainer, IDisposable

The ChartEntity type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add element at the end of list
Public methodGetOrder
Get elements order position
Public methodInsert
Insert element at specific position in list
Public methodReIndex
Re-index order list
Public methodRemove
Remove element from list
Public methodRemoveAt
Remove element from list by it's index
Top
Properties
  NameDescription
Public propertyCaption
Provides access to the title element of the chart.
Public propertyDefaultSeriesView
Specifies the default series type.
Public propertyLegend
Provides access to the legend element of the chart.
Public propertySeriesSet
Gets or sets the KaxChart's chart series collection object.
Public propertySkin
Specifies the skin to use.
Public propertyStyleSet
Contains appearance related settings.
Top
See Also