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

Custom caption entry in the list of chart captions items. More...

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

Classes

class  Builder
 
class  Config
 

Public Member Functions

 ChartCaptionItem ()
 Default Constructor. More...
 
ChartCaptionItem.Builder ToBuilder ()
 
override IControlBuilder ToNativeBuilder ()
 
 ChartCaptionItem (Config config)
 
- Public Member Functions inherited from Ext.Net.ChartCaption
 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 ()
 
 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 ChartCaptionItem (ChartCaptionItem.Config config)
 
- Static Public Member Functions inherited from Ext.Net.ChartCaption
static implicit operator ChartCaption (ChartCaption.Config config)
 

Properties

virtual string Name [get, set]
 The name of the caption property. More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.ChartCaption
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

Custom caption entry in the list of chart captions items.

Constructor & Destructor Documentation

◆ ChartCaptionItem() [1/2]

Ext.Net.ChartCaptionItem.ChartCaptionItem ( )
inline

Default Constructor.

◆ ChartCaptionItem() [2/2]

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

Member Function Documentation

◆ operator ChartCaptionItem()

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

◆ ToBuilder()

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

◆ ToNativeBuilder()

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

Reimplemented from Ext.Net.ChartCaption.

Property Documentation

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.ChartCaptionItem.ConfigOptions
get

◆ Name

virtual string Ext.Net.ChartCaptionItem.Name
getset

The name of the caption property.


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