Click or drag to resize
ChartDiagram Class
The sketch plane in Chart
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModelRenderingElement
      Kettic.AspNet.Controls.ChartModelLocatingElement
        Kettic.AspNet.Controls.ChartModelChartDiagram

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ChartDiagram : LocatingElement, 
	IContainer, IDisposable

The ChartDiagram type exposes the following members.

Constructors
  NameDescription
Public methodChartDiagram
Create instance of the class
Public methodChartDiagram(ChartEntity)
Create instance of the class
Top
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
Public methodSeriesSet
Series collection on current plot area
Top
Properties
  NameDescription
Public propertyAxisX
Gets AxisX.
Public propertyAxisY
Primary AxisY.
Public propertyAxisY2
Secondary AxisY
Public propertyChart
Link to chart object
Public propertyDataGrid
Table that contain series data
Public propertyEmptySeriesMessage
Specifies empty series message text
Public propertyMarkingAreas
Marked zones collection
Public propertyNextPosition
Get a next free order position
Public propertyOrderList
List, that is represent the render order for taken up elements
Public propertyParent
Parent element
Public propertyStyleSet
Style
Public propertyVisible
Visibility
Top
See Also