Click or drag to resize
ChartSkin Class
Chart skin
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModel.StylesChartSkin

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
public class ChartSkin

The ChartSkin type exposes the following members.

Constructors
  NameDescription
Public methodChartSkin
Create new instance of ChartSkin class.
Public methodChartSkin(String)
Create new instance of ChartSkin class with specified name.
Public methodChartSkin(XmlDocument)
Create new instance of ChartSkin class.
Top
Methods
  NameDescription
Public methodApplyTo
Applies skin to given chart
Public methodCreateFromChart
Grabs skin from given chart
Top
Properties
  NameDescription
Public propertyName
Gets and sets skin name.
Public propertyXmlSource
Gets and sets XML document that contains skin properties.
Top
See Also