Empty series message style
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleLabelEmptySeriesMessage : StyleLabel, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectStyleLayoutStyleStyleLabelStyleLabelEmptySeriesMessage...
Implements:
Inherited Members
Constructors
Creates new instance of StyleLabelEmptySeriesMessage class.
C#
public StyleLabelEmptySeriesMessage()
Properties
Visible
bool
Specifies label' visibility
C#
public override bool Visible { get; set; }
Overrides: