Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.ChartCaption Class Reference

Chart captions can be used to place titles, subtitles, credits and other captions inside a chart. More...

Inheritance diagram for Ext.Net.ChartCaption:
Ext.Net.BaseItem Ext.Net.ICustomConfigSerialization Ext.Net.IXObject Ext.Net.IBase Ext.Net.ChartCaptionItem

Classes

class  Builder
 
class  Config
 

Public Member Functions

 ChartCaption ()
 Default constructor. More...
 
string ToScript (Control owner)
 Emits the JavaScript object representation of this object. More...
 
virtual void SetAlign (CaptionAlign align)
 Sets the value of align. More...
 
virtual void SetAlignTo (CaptionAlignTo alignTo)
 Sets the value of alignTo. More...
 
virtual void SetDocked (CaptionDock dock)
 Sets the value of Docked. More...
 
virtual void SetHidden (bool? hidden)
 Sets the value of hidden. More...
 
virtual void SetPadding (int padding)
 Sets the value of padding. More...
 
virtual void SetStyle (object style)
 Sets the value of style. More...
 
virtual void SetText (string text)
 Sets the value of text. More...
 
virtual void SetWeight (int Weight)
 Sets the value of Weight. More...
 
ChartCaption.Builder ToBuilder ()
 
override IControlBuilder ToNativeBuilder ()
 
 ChartCaption (Config config)
 
- Public Member Functions inherited from Ext.Net.BaseItem
virtual bool HasExplicitValue (string name)
 
void EnsureDataBind ()
 
virtual void Call (string name)
 
virtual void Call (string name, params object[] args)
 
virtual void AddScript (string script)
 
virtual void AddScript (string script, params object[] args)
 
virtual bool IsEmptyObject ()
 
Apply< T > (IApply config)
 
BaseItem Apply (object config)
 
virtual void LoadViewState (object state)
 
virtual object SaveViewState ()
 
virtual void TrackViewState ()
 
void SetDirty ()
 
virtual void DataBind ()
 

Static Public Member Functions

static implicit operator ChartCaption (ChartCaption.Config config)
 

Properties

override string InstanceOf [get]
 Gets the ExtJS class name corresponding to this Ext.NET class. More...
 
virtual CaptionAlign Align [get, set]
 Determines the horizontal alignment of the caption's text. More...
 
virtual CaptionAlignTo AlignTo [get, set]
 Whether to align the caption to the 'series' or the 'chart'. More...
 
virtual CaptionDock Docked [get, set]
 The position of the caption in a chart. More...
 
virtual ? bool? Hidden [get, set]
 Controls the visibility of the caption. More...
 
virtual ? int? Padding [get, set]
 The uniform padding applied to both top and bottom of the caption's text. More...
 
virtual CaptionTextSprite Style [get, set]
 Style attributes for the caption's text. More...
 
virtual object StyleObject [get, set]
 Style attributes for the caption's text. More...
 
virtual string Text [get, set]
 The text displayed by the caption. More...
 
virtual ? int? Weight [get, set]
 The weight controls the order in which the captions are created. More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.BaseItem
virtual string InstanceOf [get]
 
ItemState State [get]
 
virtual DefaultValueMode DefaultValueMode [get, set]
 
virtual bool DesignMode [get]
 
bool AutoDataBind [get, set]
 
ResourceManager ResourceManager [get]
 
virtual Control Owner [get, set]
 The Owner Control for this Listener. More...
 
virtual bool IsDefault [get]
 Does this object currently represent it's default state. More...
 
bool IsTrackingViewState [get]
 
EventHandlerList Events [get]
 
EventHandler DataBinding
 
Control?? BindingContainer [get]
 
virtual ConfigItemCollection?? CustomConfig [get]
 Collection of custom js config More...
 
virtual ConfigOptionsCollection ConfigOptions [get]
 
virtual ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
System.Web.Mvc.HtmlHelper?? HtmlHelper [get, set]
 
- Properties inherited from Ext.Net.IXObject
ConfigOptionsCollection ConfigOptions [get]
 
ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
DefaultValueMode DefaultValueMode [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Ext.Net.BaseItem
 BaseItem (Control owner)
 
 BaseItem ()
 
virtual void OwnerUpdate (Control owner)
 
virtual void OnDataBinding (EventArgs e)
 

Detailed Description

Chart captions can be used to place titles, subtitles, credits and other captions inside a chart.

Constructor & Destructor Documentation

◆ ChartCaption() [1/2]

Ext.Net.ChartCaption.ChartCaption ( )
inline

Default constructor.

◆ ChartCaption() [2/2]

Ext.Net.ChartCaption.ChartCaption ( Config  config)
inline

Member Function Documentation

◆ operator ChartCaption()

static implicit Ext.Net.ChartCaption.operator ChartCaption ( ChartCaption.Config  config)
inlinestatic

◆ SetAlign()

virtual void Ext.Net.ChartCaption.SetAlign ( CaptionAlign  align)
inlinevirtual

Sets the value of align.

Parameters
alignThe new value.

◆ SetAlignTo()

virtual void Ext.Net.ChartCaption.SetAlignTo ( CaptionAlignTo  alignTo)
inlinevirtual

Sets the value of alignTo.

Parameters
alignToThe new value.

◆ SetDocked()

virtual void Ext.Net.ChartCaption.SetDocked ( CaptionDock  dock)
inlinevirtual

Sets the value of Docked.

Parameters
dockThe new value.

◆ SetHidden()

virtual void Ext.Net.ChartCaption.SetHidden ( bool?  hidden)
inlinevirtual

Sets the value of hidden.

Parameters
hiddenThe new value.

◆ SetPadding()

virtual void Ext.Net.ChartCaption.SetPadding ( int  padding)
inlinevirtual

Sets the value of padding.

Parameters
paddingThe new value.

◆ SetStyle()

virtual void Ext.Net.ChartCaption.SetStyle ( object  style)
inlinevirtual

Sets the value of style.

Parameters
styleThe new value.

◆ SetText()

virtual void Ext.Net.ChartCaption.SetText ( string  text)
inlinevirtual

Sets the value of text.

Parameters
textThe new value.

◆ SetWeight()

virtual void Ext.Net.ChartCaption.SetWeight ( int  Weight)
inlinevirtual

Sets the value of Weight.

Parameters
WeightThe new value.

◆ ToBuilder()

ChartCaption.Builder Ext.Net.ChartCaption.ToBuilder ( )
inline

◆ ToNativeBuilder()

override IControlBuilder Ext.Net.ChartCaption.ToNativeBuilder ( )
inlinevirtual

Reimplemented from Ext.Net.BaseItem.

Reimplemented in Ext.Net.ChartCaptionItem.

◆ ToScript()

string Ext.Net.ChartCaption.ToScript ( Control  owner)
inline

Emits the JavaScript object representation of this object.

Parameters
ownerWeb control that owns this object.
Returns
The equivalent JavaScript object.

Implements Ext.Net.ICustomConfigSerialization.

Property Documentation

◆ Align

virtual CaptionAlign Ext.Net.ChartCaption.Align
getset

Determines the horizontal alignment of the caption's text.

◆ AlignTo

virtual CaptionAlignTo Ext.Net.ChartCaption.AlignTo
getset

Whether to align the caption to the 'series' or the 'chart'.

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.ChartCaption.ConfigOptions
get

◆ Docked

virtual CaptionDock Ext.Net.ChartCaption.Docked
getset

The position of the caption in a chart.

◆ Hidden

virtual ? bool? Ext.Net.ChartCaption.Hidden
getset

Controls the visibility of the caption.

◆ InstanceOf

override string Ext.Net.ChartCaption.InstanceOf
get

Gets the ExtJS class name corresponding to this Ext.NET class.

◆ Padding

virtual ? int? Ext.Net.ChartCaption.Padding
getset

The uniform padding applied to both top and bottom of the caption's text.

◆ Style

virtual CaptionTextSprite Ext.Net.ChartCaption.Style
getset

Style attributes for the caption's text.

◆ StyleObject

virtual object Ext.Net.ChartCaption.StyleObject
getset

Style attributes for the caption's text.

◆ Text

virtual string Ext.Net.ChartCaption.Text
getset

The text displayed by the caption.

◆ Weight

virtual ? int? Ext.Net.ChartCaption.Weight
getset

The weight controls the order in which the captions are created.


The documentation for this class was generated from the following files: