StyleLabelHidden
Class
Definition
Namespace:Telerik.Charting.Styles
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleLabelHidden : StyleLabel, IChartingStateManagedItem, IChartingStateManager, ICloneable
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.