Interface IChartComponent
Common chart components definitions
Inherited Members
System.IDisposable.Dispose()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public interface IChartComponent : IComponent, IDisposable
Properties
Chart
TempImagesFolder
Path to the Temp folder
Declaration
string TempImagesFolder { get; set; }
Property Value
System.String
|
Methods
Clone()
Control clone
Declaration
object Clone()
Returns
System.Object
|
MapPath(String)
MapMath method
Declaration
string MapPath(string filePath)
Parameters
System.String
filePath
path |
Returns
System.String
path |