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

A gauge sector's config More...

Inheritance diagram for Ext.Net.GaugeSector:
Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase

Classes

class  Builder
 
class  Config
 

Public Member Functions

 GaugeSector ()
 The constructor More...
 
GaugeSector.Builder ToBuilder ()
 
override IControlBuilder ToNativeBuilder ()
 
 GaugeSector (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 GaugeSector (GaugeSector.Config config)
 

Properties

virtual ? int? Start [get, set]
 The starting value of the sector. If omitted, it uses the previous sector's end value or the chart's minimum. More...
 
virtual ? int? End [get, set]
 The ending value of the sector. If omitted, it uses the maximum defined for the chart. More...
 
virtual string Label [get, set]
 The label for this sector. Labels are styled using the series' label config. More...
 
virtual string Color [get, set]
 The color of the sector. If omitted, it uses one of the colors defined for the series or for the chart. 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

A gauge sector's config

Constructor & Destructor Documentation

◆ GaugeSector() [1/2]

Ext.Net.GaugeSector.GaugeSector ( )
inline

The constructor

◆ GaugeSector() [2/2]

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

Member Function Documentation

◆ operator GaugeSector()

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

◆ ToBuilder()

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

◆ ToNativeBuilder()

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

Reimplemented from Ext.Net.BaseItem.

Property Documentation

◆ Color

virtual string Ext.Net.GaugeSector.Color
getset

The color of the sector. If omitted, it uses one of the colors defined for the series or for the chart.

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.GaugeSector.ConfigOptions
get

◆ End

virtual ? int? Ext.Net.GaugeSector.End
getset

The ending value of the sector. If omitted, it uses the maximum defined for the chart.

◆ Label

virtual string Ext.Net.GaugeSector.Label
getset

The label for this sector. Labels are styled using the series' label config.

◆ Start

virtual ? int? Ext.Net.GaugeSector.Start
getset

The starting value of the sector. If omitted, it uses the previous sector's end value or the chart's minimum.


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