Click or drag to resize
ChartGridStyle Class
Styles of grid table
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModel.StylesStyleBase
      Kettic.AspNet.Controls.ChartModel.StylesLocatingStyle
        Kettic.AspNet.Controls.ChartModel.StylesChartGridStyle

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

The ChartGridStyle type exposes the following members.

Constructors
  NameDescription
Public methodChartGridStyle
Creates a new instance of StyleChartDataTable class.
Public methodChartGridStyle(ChartGrid)
Creates a new instance of StyleChartDataTable class.
Public methodChartGridStyle(ChartDimensionsBase, Fill, ChartPosition, TextSurface, Border, Shadow, Boolean)
Creates a new instance of StyleChartDataTable class.
Top
Methods
Properties
  NameDescription
Public propertyCellHeight
Specifies data table cell height
Public propertyCellWidth
Specifies data table cell width
Public propertyChartTextWrap
Specifies text wrap property for texts in Data Table
Public propertyDrawHorizontalLines
Should horizontal lines be rendered
Public propertyDrawLines
Hide/show all lines
Public propertyDrawVerticalLines
Should vertical lines be rendered
Public propertyFigure
Specifies the figure property
Public propertyFill
Specifies the background property
Public propertyRenderType
Specifies data table rendering type
Public propertyTextHorizontalAlign
Specifies text horizontal alignment
Public propertyTextSurface
Specifies the text properties
Public propertyTextVerticalAlign
Specifies text vertical alignment
Public propertyVisible
Specifies DataTable visibility
(Overrides StyleBaseVisible.)
Top
See Also