Class ChartTitle
Chart Title
Inheritance
System.Object
ChartTitle
Inherited Members
Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting.dll
Syntax
public class ChartTitle : ChartLabel, IChartingStateManagedItem, IChartingStateManager, IDisposable, IOrdering, IContainer, IActiveRegion, ICloneable
Constructors
ChartTitle()
Creates a new instance of the ChartTitle class.
Declaration
public ChartTitle()
ChartTitle(Chart)
Creates a new instance of the ChartTitle class.
Declaration
public ChartTitle(Chart parent)
Parameters
Chart
parent
Chart |
ChartTitle(Chart, IContainer)
Creates a new instance of the ChartTitle class.
Declaration
public ChartTitle(Chart parent, IContainer container)
Parameters
Chart
parent
Chart |
IContainer
container
Elements container |