Empty Series message text container properties
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class TextBlockEmptySeriesMessage : TextBlock, IChartingStateManagedItem, IChartingStateManager, IOrdering
Inheritance: objectStateManagedObjectRenderedObjectLayoutElementTextBlockTextBlockEmptySeriesMessage...
Implements:
Inherited Members
Constructors
Create new instance of TextBlockEmptySeriesMessage class.
C#
public TextBlockEmptySeriesMessage()
Create new instance of TextBlockEmptySeriesMessage class.
C#
public TextBlockEmptySeriesMessage(EmptySeriesMessage parent, IContainer container)
Parent element
containerIContainerContainer element
Properties
Text
string
Contained text data
C#
[PersistenceMode(PersistenceMode.Attribute)]
public override string Text { get; set; }
Overrides: