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

The marker object representing the LegendSprite's legend entry "bullet". More...

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

Classes

class  Builder
 
class  Config
 

Public Member Functions

 LegendSpriteMarker ()
 
virtual string Serialize ()
 
LegendSpriteMarker.Builder ToBuilder ()
 
override IControlBuilder ToNativeBuilder ()
 
 LegendSpriteMarker (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 LegendSpriteMarker (LegendSpriteMarker.Config config)
 

Properties

virtual ? double? FillOpacity [get, set]
 The opacity of the fill. Limited from 0 to 1. More...
 
virtual string FillStyle [get, set]
 The color of the shape (a CSS color value). More...
 
virtual string Font [get, set]
 The font displayed (eg '10px sans-serif') when sprite type is 'Text'. More...
 
virtual string FontFamily [get, set]
 The family of the font displayed (eg. 'sans-serif') when sprite type is 'Text'. More...
 
virtual string FontSize [get, set]
 The size of the font displayed (eg '10px') when sprite type is 'Text'. More...
 
virtual string FontStyle [get, set]
 The style of the font displayed when sprite type is 'Text'. More...
 
virtual string FontVariant [get, set]
 The variant (normal, small-caps) of the font displayed when sprite type is 'Text'. More...
 
virtual string FontWeight [get, set]
 The weight of the font displayed (normal, bold, bolder, lighter) when type is 'Text'. More...
 
virtual ? bool? Hidden [get, set]
 Determines whether or not the sprite is hidden. More...
 
virtual int[] LineDash [get, set]
 array of non-negative numbers specifying a dash/space sequence. More...
 
virtual ? int? LineDashOffset [get, set]
 A number specifying how far into the line dash sequence drawing commences. More...
 
virtual ? double? LineWidth [get, set]
 The width of the line stroke. More...
 
virtual ? int? MiterLimit [get, set]
 Sets the distance between the inner corner and the outer corner where two lines meet. More...
 
virtual string Path [get, set]
 The SVG based path string when the sprite type is 'Path'. More...
 
virtual ? int? Size [get, set]
 The size of the bullet sprite. More...
 
virtual ? int? ShadowBlur [get, set]
 The amount blur used on the shadow. More...
 
virtual string ShadowColor [get, set]
 The amount blur used on the shadow. More...
 
virtual ? int? ShadowOffsetX [get, set]
 The offset of the sprite's shadow on the x-axis. More...
 
virtual ? int? ShadowOffsetY [get, set]
 The offset of the sprite's shadow on the y-axis. More...
 
virtual string Src [get, set]
 The source url when sprite type is 'Image'. More...
 
virtual string SrcProxy [get]
 
virtual ? double? StrokeOpacity [get, set]
 The opacity of the stroke. Limited from 0 to 1. More...
 
virtual string StrokeStyle [get, set]
 The color of the stroke (a CSS color value). More...
 
virtual string Text [get, set]
 Text to be written when sprite type is 'Text'. More...
 
virtual SpriteType Type [get, set]
 The type of the sprite 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

The marker object representing the LegendSprite's legend entry "bullet".

By the time of the implementation, there was lacking documentation about this feature, so the available config options were selected from trial-and-error based on the Ext.Net.Sprite object. Documentation based on: http://docs.sencha.com/extjs/6.5.1/classic/Ext.chart.legend.SpriteLegend.html#cfg-marker

Constructor & Destructor Documentation

◆ LegendSpriteMarker() [1/2]

Ext.Net.LegendSpriteMarker.LegendSpriteMarker ( )
inline

◆ LegendSpriteMarker() [2/2]

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

Member Function Documentation

◆ operator LegendSpriteMarker()

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

◆ Serialize()

virtual string Ext.Net.LegendSpriteMarker.Serialize ( )
inlinevirtual

Returns

◆ ToBuilder()

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

◆ ToNativeBuilder()

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

Reimplemented from Ext.Net.BaseItem.

Property Documentation

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.LegendSpriteMarker.ConfigOptions
get

◆ FillOpacity

virtual ? double? Ext.Net.LegendSpriteMarker.FillOpacity
getset

The opacity of the fill. Limited from 0 to 1.

◆ FillStyle

virtual string Ext.Net.LegendSpriteMarker.FillStyle
getset

The color of the shape (a CSS color value).

◆ Font

virtual string Ext.Net.LegendSpriteMarker.Font
getset

The font displayed (eg '10px sans-serif') when sprite type is 'Text'.

◆ FontFamily

virtual string Ext.Net.LegendSpriteMarker.FontFamily
getset

The family of the font displayed (eg. 'sans-serif') when sprite type is 'Text'.

◆ FontSize

virtual string Ext.Net.LegendSpriteMarker.FontSize
getset

The size of the font displayed (eg '10px') when sprite type is 'Text'.

◆ FontStyle

virtual string Ext.Net.LegendSpriteMarker.FontStyle
getset

The style of the font displayed when sprite type is 'Text'.

◆ FontVariant

virtual string Ext.Net.LegendSpriteMarker.FontVariant
getset

The variant (normal, small-caps) of the font displayed when sprite type is 'Text'.

◆ FontWeight

virtual string Ext.Net.LegendSpriteMarker.FontWeight
getset

The weight of the font displayed (normal, bold, bolder, lighter) when type is 'Text'.

◆ Hidden

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

Determines whether or not the sprite is hidden.

◆ LineDash

virtual int [] Ext.Net.LegendSpriteMarker.LineDash
getset

array of non-negative numbers specifying a dash/space sequence.

◆ LineDashOffset

virtual ? int? Ext.Net.LegendSpriteMarker.LineDashOffset
getset

A number specifying how far into the line dash sequence drawing commences.

◆ LineWidth

virtual ? double? Ext.Net.LegendSpriteMarker.LineWidth
getset

The width of the line stroke.

◆ MiterLimit

virtual ? int? Ext.Net.LegendSpriteMarker.MiterLimit
getset

Sets the distance between the inner corner and the outer corner where two lines meet.

◆ Path

virtual string Ext.Net.LegendSpriteMarker.Path
getset

The SVG based path string when the sprite type is 'Path'.

◆ ShadowBlur

virtual ? int? Ext.Net.LegendSpriteMarker.ShadowBlur
getset

The amount blur used on the shadow.

◆ ShadowColor

virtual string Ext.Net.LegendSpriteMarker.ShadowColor
getset

The amount blur used on the shadow.

◆ ShadowOffsetX

virtual ? int? Ext.Net.LegendSpriteMarker.ShadowOffsetX
getset

The offset of the sprite's shadow on the x-axis.

◆ ShadowOffsetY

virtual ? int? Ext.Net.LegendSpriteMarker.ShadowOffsetY
getset

The offset of the sprite's shadow on the y-axis.

◆ Size

virtual ? int? Ext.Net.LegendSpriteMarker.Size
getset

The size of the bullet sprite.

◆ Src

virtual string Ext.Net.LegendSpriteMarker.Src
getset

The source url when sprite type is 'Image'.

◆ SrcProxy

virtual string Ext.Net.LegendSpriteMarker.SrcProxy
getprotected

◆ StrokeOpacity

virtual ? double? Ext.Net.LegendSpriteMarker.StrokeOpacity
getset

The opacity of the stroke. Limited from 0 to 1.

◆ StrokeStyle

virtual string Ext.Net.LegendSpriteMarker.StrokeStyle
getset

The color of the stroke (a CSS color value).

◆ Text

virtual string Ext.Net.LegendSpriteMarker.Text
getset

Text to be written when sprite type is 'Text'.

◆ Type

virtual SpriteType Ext.Net.LegendSpriteMarker.Type
getset

The type of the sprite


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