Class MarkedZoneLabel
MarkedZone label class
Inheritance
System.Object
MarkedZoneLabel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class MarkedZoneLabel : ChartLabel, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer, IActiveRegion, ICloneable
Constructors
MarkedZoneLabel()
Create new instance of MarkedZoneLabel
Declaration
public MarkedZoneLabel()
MarkedZoneLabel(Chart, IContainer)
Create new instance of MarkedZoneLabel
Declaration
public MarkedZoneLabel(Chart parent, IContainer container)
Parameters
Chart
parent
Parent element |
IContainer
container
Container element |
MarkedZoneLabel(StyleLabel)
Create new instance of MarkedZoneLabel
Declaration
public MarkedZoneLabel(StyleLabel appearance)
Parameters
StyleLabel
appearance
Style of label |
MarkedZoneLabel(StyleLabel, Object)
Create new instance of MarkedZoneLabel
Declaration
public MarkedZoneLabel(StyleLabel appearance, object parent)
Parameters
StyleLabel
appearance
Style of label |
System.Object
parent
Parent element |
MarkedZoneLabel(StyleLabel, String)
Create new instance of MarkedZoneLabel
Declaration
public MarkedZoneLabel(StyleLabel appearance, string text)
Parameters
StyleLabel
appearance
Style of label |
System.String
text
Text |