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

More...

Inheritance diagram for Ext.Net.ChartSpriteLegend.Config:
Ext.Net.Observable.Config Ext.Net.BaseControl.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator ChartSpriteLegend.Builder (ChartSpriteLegend.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseControl.Config
static Config ToConfig (string config)
 
static TConfig ToConfig< TConfig > (string config)
 

Properties

virtual DrawBackground Background [get, set]
 Set the legend background. This can be a gradient object, image, or color. This config works similarly to the Ext.chart.AbstractChart::background config. More...
 
virtual object Border [get, set]
 The border that goes around legend item sprites. More...
 
virtual AbstractChart Chart [get, set]
 The chart that the store belongs to. More...
 
virtual string Docked [get, set]
 The position of the legend in the chart. Possible values are 'bottom' (default), 'top', 'left', 'right'. More...
 
virtual LegendSpriteMarker Marker [get, set]
 The sprite to use as a legend item marker. More...
 
virtual int Padding [get, set]
 The padding amount between legend items and legend border. More...
 
virtual LegendStore Store [get, set]
 The Ext.chart.legend.store.Store to bind this legend to. More...
 
virtual ? bool Toggleable [get, set]
 true to allow series items to have their visibility toggled by interaction with the legend items. More...
 
- Properties inherited from Ext.Net.Observable.Config
ConfigItemCollection CustomConfig [get]
 Collection of custom js config More...
 
MessageBusListeners MessageBusListeners [get]
 
MessageBusDirectEvents MessageBusDirectEvents [get]
 
- Properties inherited from Ext.Net.BaseControl.Config
virtual string ItemID [get, set]
 An itemId can be used as an alternative way to get a reference to a component when no object reference is available. More...
 
virtual bool Disabled [get, set]
 
virtual short TabIndex [get, set]
 
virtual bool IsInForm [get, set]
 
virtual Unit Height [get, set]
 
virtual Unit Width [get, set]
 
virtual string ToolTip [get, set]
 
virtual bool RegisterAllResources [get, set]
 
virtual bool AutoDataBind [get, set]
 
virtual IDMode IDMode [get, set]
 
virtual LazyMode LazyMode [get, set]
 
virtual string Namespace [get, set]
 
List< ClientResourceItemResourceItems [get]
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseControl.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string ToScript ()
 

Detailed Description

Member Function Documentation

◆ operator ChartSpriteLegend.Builder()

static implicit Ext.Net.ChartSpriteLegend.Config.operator ChartSpriteLegend.Builder ( ChartSpriteLegend.Config  config)
inlinestatic

Property Documentation

◆ Background

virtual DrawBackground Ext.Net.ChartSpriteLegend.Config.Background
getset

Set the legend background. This can be a gradient object, image, or color. This config works similarly to the Ext.chart.AbstractChart::background config.

◆ Border

virtual object Ext.Net.ChartSpriteLegend.Config.Border
getset

The border that goes around legend item sprites.

◆ Chart

virtual AbstractChart Ext.Net.ChartSpriteLegend.Config.Chart
getset

The chart that the store belongs to.

◆ Docked

virtual string Ext.Net.ChartSpriteLegend.Config.Docked
getset

The position of the legend in the chart. Possible values are 'bottom' (default), 'top', 'left', 'right'.

◆ Marker

virtual LegendSpriteMarker Ext.Net.ChartSpriteLegend.Config.Marker
getset

The sprite to use as a legend item marker.

◆ Padding

virtual int Ext.Net.ChartSpriteLegend.Config.Padding
getset

The padding amount between legend items and legend border.

◆ Store

virtual LegendStore Ext.Net.ChartSpriteLegend.Config.Store
getset

The Ext.chart.legend.store.Store to bind this legend to.

◆ Toggleable

virtual ? bool Ext.Net.ChartSpriteLegend.Config.Toggleable
getset

true to allow series items to have their visibility toggled by interaction with the legend items.


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