Click or drag to resize
ChartGrid Class
Data visualization as DataTable in Chart
Inheritance Hierarchy

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 ChartGrid : LocatingElement

The ChartGrid type exposes the following members.

Constructors
  NameDescription
Public methodChartGrid(ChartDiagram)
Create new instance of ChartDataTable class
Public methodChartGrid(ChartDiagram, IContainer)
Create new instance of ChartDataTable class
Top
Properties
  NameDescription
Public propertyBackgroundComplexSettings
Complex set of a variety of color fill
Public propertyBackgroundFillMode
Background fill styles in chart data grid
Public propertyBackgroundGradientMode
Gradient fill mode
Public propertyBackgroundMainColor
Main color of background fill
Public propertyBackgroundSecondColor
Second color used in background gradient fill
Public propertyHeight
Specifies the height property
Public propertyIsAutoSize
Gets and sets Auto sizing mode
Public propertyStyleSet
Appearance options
Public propertyVisible
Visibility of DataTable
Public propertyWidth
Specifies the width property
Top
See Also