Class ChartSkin
Chart skin
Inheritance
Inherited Members
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class ChartSkin
Constructors
ChartSkin()
Create new instance of ChartSkin class.
Declaration
public ChartSkin()
ChartSkin(String)
Create new instance of ChartSkin class with specified name.
Declaration
public ChartSkin(string name)
Parameters
|
System.String
name
Name of skin. |
ChartSkin(XmlDocument)
Create new instance of ChartSkin class.
Declaration
public ChartSkin(XmlDocument source)
Parameters
|
System.Xml.XmlDocument
source
XML document that contains skin properties. |
Properties
Name
Gets and sets skin name.
Declaration
public string Name { get; set; }
Property Value
|
System.String
Name of skin |
XmlSource
Gets and sets XML document that contains skin properties.
Declaration
public XmlDocument XmlSource { get; set; }
Property Value
|
System.Xml.XmlDocument
|
Methods
ApplyTo(Chart)
Applies skin to given chart
Declaration
public void ApplyTo(Chart chart)
Parameters
|
Chart
chart
Chart to apply skin |
CreateFromChart(Chart, String)
Grabs skin from given chart
Declaration
public void CreateFromChart(Chart chart, string name)
Parameters
|
Chart
chart
Chart to get skin |
|
System.String
name
Skin name |