StyleLabelHidden
Class
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleLabelHidden : StyleLabel, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectStyleLayoutStyleStyleLabelStyleLabelHidden...
Derived Classes:
Implements:
Inherited Members
Constructors
Creates new instance of StyleLabelHidden class.
C#
public StyleLabelHidden()
Creates new instance of StyleLabelHidden class.
C#
public StyleLabelHidden(FillStyle fillStyle, Position position, Dimensions dimensions)
FillStyle of label
positionPositionLabel's position
dimensionsDimensionsLabel's dimensions
Creates new instance of StyleLabelHidden class.
Creates new instance of StyleLabelHidden class.
C#
public StyleLabelHidden(object containerObject)
Container element
Creates new instance of StyleLabelHidden class.
Properties
Visible
bool
Specifies tha label's visibility
C#
public override bool Visible { get; set; }
Overrides: