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

More...

Inheritance diagram for Ext.Net.SeriesSprite:
Ext.Net.SectorSprite Ext.Net.PathSprite Ext.Net.AbstractSprite Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase

Classes

class  Builder
 
class  Config
 

Public Member Functions

 SeriesSprite ()
 
SeriesSprite.Builder ToBuilder ()
 
override IControlBuilder ToNativeBuilder ()
 
 SeriesSprite (Config config)
 
- Public Member Functions inherited from Ext.Net.SectorSprite
 SectorSprite ()
 
SectorSprite.Builder ToBuilder ()
 
 SectorSprite (Config config)
 
- Public Member Functions inherited from Ext.Net.PathSprite
 PathSprite ()
 
PathSprite.Builder ToBuilder ()
 
 PathSprite (Config config)
 
- Public Member Functions inherited from Ext.Net.AbstractSprite
virtual void Destroy ()
 Removes the sprite and clears all listeners. More...
 
virtual void Hide ()
 Hides the sprite. More...
 
virtual void Show ()
 Show the sprite. More...
 
virtual void SetAttributes (Dictionary< string, object > attrs, bool bypassNormalization)
 Change the attributes of the sprite. More...
 
virtual void SetAttributes (Dictionary< string, object > attrs)
 Change the attributes of the sprite. More...
 
virtual void SetAttributes (AbstractSprite attrs, bool bypassNormalization)
 Change the attributes of the sprite. More...
 
virtual void SetAttributes (AbstractSprite attrs)
 Change the attributes of the sprite. More...
 
virtual string Serialize ()
 
- 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 SeriesSprite (SeriesSprite.Config config)
 
- Static Public Member Functions inherited from Ext.Net.SectorSprite
static implicit operator SectorSprite (SectorSprite.Config config)
 
- Static Public Member Functions inherited from Ext.Net.PathSprite
static implicit operator PathSprite (PathSprite.Config config)
 

Properties

override string Type [get]
 
virtual ? bool? FlipXY [get, set]
 If flipXY is 'true', the series is flipped. More...
 
virtual ? double? DataMaxX [get, set]
 Data maximum on the x-axis. Defaults to: 1 More...
 
virtual ? double? DataMaxY [get, set]
 Data maximum on the y-axis. Defaults to: 2 More...
 
virtual ? double? DataMinX [get, set]
 Data minimum on the x-axis. Defaults to: 0 More...
 
virtual ? double? DataMinY [get, set]
 Data minimum on the y-axis. Defaults to: 0 More...
 
virtual string Field [get, set]
 The store field used by the series. More...
 
virtual ? int? LabelOverflowPadding [get, set]
 Padding around labels to determine overlap. Defaults to: 10 More...
 
virtual ? double? SelectionTolerance [get, set]
 The distance from the event position to the sprite's data points to trigger interactions (used for 'iteminfo', etc). Defaults to: 20 More...
 
virtual ? bool? Step [get, set]
 'true' if the area is represented with steps instead of lines. Defaults to: false More...
 
virtual ? int? InGroupGapWidth [get, set]
 The gap between grouped bars. Defaults to: 3 More...
 
virtual ? int? MaxBarWidth [get, set]
 The maximum bar width. Defaults to: 100 More...
 
virtual ? int? MinBarWidth [get, set]
 The minimum bar width. Defaults to: 2 More...
 
virtual ? int? MinGapWidth [get, set]
 The minimum gap between bars. Defaults to: 5 More...
 
virtual ? int? Radius [get, set]
 The degree of rounding for rounded bars. Defaults to: 0 More...
 
Sprite RaiseStyle [get, set]
 The raise style More...
 
virtual ? int? BarWidth [get, set]
 The bar width of the candles. Defaults to: 15 More...
 
virtual ? int? Padding [get, set]
 The amount of padding between candles. Defaults to: 3 More...
 
virtual string OhlcType [get, set]
 Determines whether candlestick or ohlc is used. Defaults to: 'candlestick' More...
 
virtual ? bool? FillArea [get, set]
 'true' if the sprite paints the area underneath the line. Defaults to: false More...
 
virtual ? bool? PreciseStroke [get, set]
 'true' if the line uses precise stroke. Defaults to: true More...
 
virtual ? bool? Smooth [get, set]
 'true' if the sprite uses line smoothing. Defaults to: false More...
 
virtual string BaseColor [get, set]
 The color of the 3D pie part before adding the 3D effect. Defaults to: 'white' More...
 
virtual ? double? BevelWidth [get, set]
 Pie3DPart: the size of the 3D pie bevel. Defaults to: 5 More...
 
virtual ? double? BaseRotation [get, set]
 The starting rotation of the polar series. Defaults to: 0 More...
 
virtual ? double? CenterX [get, set]
 The central point of the series on the x-axis. Defaults to: 0 More...
 
virtual ? double? CenterY [get, set]
 The central point of the series on the x-axis. Defaults to: 0 More...
 
virtual ? double? ColorSpread [get, set]
 Pie3DPart: an attribute used to control how flat the gradient of the sprite looks. More...
 
virtual ? double? Distortion [get, set]
 The distortion of the 3D pie part. Defaults to: 0 More...
 
virtual ? double? EndAngle [get, set]
 The ending angle of the polar series. Defaults to: Math.PI More...
 
virtual ? double? EndRho [get, set]
 The ending radius of the polar series. Defaults to: 150 More...
 
virtual string Label [get, set]
 Label associated with the Pie and Pie3dPart sprite types. Defaults to: '' More...
 
virtual ? int? Margin [get, set]
 Margin from the center of the pie. Used for donut. Defaults to: 0 More...
 
virtual string Part [get, set]
 The part of the 3D Pie represented by the sprite. More...
 
virtual ? double? StartAngle [get, set]
 The starting angle of the polar series. Defaults to: 0 More...
 
virtual ? double? StartRho [get, set]
 The starting radius of the polar series. Defaults to: 0 More...
 
virtual ? double? Thickness [get, set]
 The thickness of the 3D pie part. Defaults to: 0 More...
 
virtual ? bool? DoCallout [get, set]
 'true' if the pie series uses label callouts. Defaults to: true More...
 
Sprite DropStyle [get, set]
 The drop style More...
 
virtual ? int? YCap [get, set]
 Absolute maximum y-value. Larger values will be capped to avoid rendering issues. Defaults to: Math.pow(2, 20) More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.SectorSprite
override string Type [get]
 
virtual ? int? CenterX [get, set]
 The center coordinate of the sprite on the x-axis. Defaults to: 0 More...
 
virtual ? int? CenterY [get, set]
 The center coordinate of the sprite on the y-axis. Defaults to: 0 More...
 
virtual ? int? EndAngle [get, set]
 The ending angle of the sprite. Defaults to: 0 More...
 
virtual ? int? StartAngle [get, set]
 The beginning angle of the sprite. Defaults to: 0 More...
 
virtual ? int? EndRho [get, set]
 The ending point of the radius of the sprite. Defaults to: 150 More...
 
virtual ? int? StartRho [get, set]
 The starting point of the radius of the sprite. Defaults to: 0 More...
 
virtual ? int? Margin [get, set]
 The margin of the sprite from the center of pie. Defaults to: 0 More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.PathSprite
override string Type [get]
 
virtual string Path [get, set]
 The SVG based path string used by the sprite. More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.AbstractSprite
virtual string Type [get]
 
virtual DrawContainer Draw [get, set]
 
virtual string SpriteID [get, set]
 
virtual ? int? Height [get, set]
 The height of the sprite. Defaults to: 1 More...
 
virtual ? int? Width [get, set]
 The width of the sprite. Defaults to: 1 More...
 
virtual ? int? X [get, set]
 The position of the sprite on the x-axis. Defaults to: 0 More...
 
virtual ? int? Y [get, set]
 The position of the sprite on the y-axis. Defaults to: 0 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? FillOpacity [get, set]
 The opacity of the fill. Limited from 0 to 1. Defaults to: 1 More...
 
virtual string FillStyle [get, set]
 The color of the shape (a CSS color value). Defaults to: "none" More...
 
virtual ? double? GlobalAlpha [get, set]
 The opacity of the sprite. Limited from 0 to 1. Defaults to: 1 More...
 
virtual ? double? Opacity [get, set]
 The opacity of the sprite. Limited from 0 to 1. Defaults to: 1 More...
 
virtual string GlobalCompositeOperation [get, set]
 Indicates how source images are drawn onto a destination image. globalCompositeOperation attribute is not supported by the SVG and VML (excanvas) engines. Defaults to: source-over More...
 
virtual ? bool? Hidden [get, set]
 Determines whether or not the sprite is hidden. Defaults to: false More...
 
virtual StrokeLinecap LineCap [get, set]
 The style of the line caps. Defaults to: "butt" More...
 
virtual StrokeLinejoin Linejoin [get, set]
 The style of the line join. Defaults to: "miter" More...
 
virtual ? double? LineWidth [get, set]
 The width of the line stroke. Defaults to: 1 More...
 
virtual ? int? MiterLimit [get, set]
 Sets the distance between the inner corner and the outer corner where two lines meet. Defaults to: 10 More...
 
virtual ? int? RotationCenterX [get, set]
 The central coordinate of the sprite's scale operation on the x-axis. Defaults to: null More...
 
virtual ? int? RotationCenterY [get, set]
 The central coordinate of the sprite's scale operation on the y-axis. Defaults to: null More...
 
virtual ? double? RotationRads [get, set]
 The radians of rotation of the sprite. Defaults to 0. More...
 
virtual ? int? RotationDegrees [get, set]
 
virtual string RotationDegreesProxy [get]
 
virtual ? int? ScalingCenterX [get, set]
 The central coordinate of the sprite's scale operation on the x-axis. Defaults to: null More...
 
virtual ? int? ScalingCenterY [get, set]
 The central coordinate of the sprite's scale operation on the y-axis. Defaults to: null More...
 
virtual ? double? Scaling [get, set]
 The scaling of the sprite on the xy-axis. Defaults to: 1 More...
 
virtual ? double? ScalingX [get, set]
 The scaling of the sprite on the x-axis. Defaults to: 1 More...
 
virtual ? double? ScalingY [get, set]
 The scaling of the sprite on the y-axis. Defaults to: 1 More...
 
virtual ? int? ShadowBlur [get, set]
 The amount blur used on the shadow. Defaults to: 0 More...
 
virtual string ShadowColor [get, set]
 The amount blur used on the shadow. Defaults to: 0 More...
 
virtual ? int? ShadowOffsetX [get, set]
 The offset of the sprite's shadow on the x-axis. Defaults to: 0 More...
 
virtual ? int? ShadowOffsetY [get, set]
 The offset of the sprite's shadow on the y-axis. Defaults to: 0 More...
 
virtual ? double? StrokeOpacity [get, set]
 The opacity of the stroke. Limited from 0 to 1. Defaults to: 1 More...
 
virtual string StrokeStyle [get, set]
 The color of the stroke (a CSS color value). Defaults to: "none" More...
 
virtual bool TransformFillStroke [get, set]
 Determines whether the fill and stroke are affected by sprite transformations. Defaults to: false More...
 
virtual ? double? TranslationX [get, set]
 The translation of the sprite on the x-axis. Defaults to: 0 More...
 
virtual ? double? TranslationY [get, set]
 The translation of the sprite on the y-axis. Defaults to: 0 More...
 
virtual ? int? ZIndex [get, set]
 The stacking order of the sprite. Defaults to: 0 More...
 
virtual string Proxy [get]
 
virtual ? int? Duration [get, set]
 Time in milliseconds for the animation to last. More...
 
virtual Easing Easing [get, set]
 This describes how the intermediate values used during a transition will be calculated. It allows for a transition to change speed over its duration. Note that cubic-bezier will create a custom easing curve following the CSS3 transition-timing-function specification http://www.w3.org/TR/css3-transitions/-transition-timing-function_tag. The four values specify points P1 and P2 of the curve as (x1, y1, x2, y2). All values must be in the range [0, 1] or the definition is invalid More...
 
virtual string EasingArgs [get, set]
 
virtual string EasingProxy [get]
 
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.AbstractSprite
virtual void CallTemplate (string name, params object[] args)
 
- Protected Member Functions inherited from Ext.Net.BaseItem
 BaseItem (Control owner)
 
 BaseItem ()
 
virtual void OwnerUpdate (Control owner)
 
virtual void OnDataBinding (EventArgs e)
 

Detailed Description

Constructor & Destructor Documentation

◆ SeriesSprite() [1/2]

Ext.Net.SeriesSprite.SeriesSprite ( )
inline

◆ SeriesSprite() [2/2]

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

Member Function Documentation

◆ operator SeriesSprite()

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

◆ ToBuilder()

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

◆ ToNativeBuilder()

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

Reimplemented from Ext.Net.SectorSprite.

Property Documentation

◆ BarWidth

virtual ? int? Ext.Net.SeriesSprite.BarWidth
getset

The bar width of the candles. Defaults to: 15

◆ BaseColor

virtual string Ext.Net.SeriesSprite.BaseColor
getset

The color of the 3D pie part before adding the 3D effect. Defaults to: 'white'

◆ BaseRotation

virtual ? double? Ext.Net.SeriesSprite.BaseRotation
getset

The starting rotation of the polar series. Defaults to: 0

◆ BevelWidth

virtual ? double? Ext.Net.SeriesSprite.BevelWidth
getset

Pie3DPart: the size of the 3D pie bevel. Defaults to: 5

◆ CenterX

virtual ? double? Ext.Net.SeriesSprite.CenterX
getset

The central point of the series on the x-axis. Defaults to: 0

◆ CenterY

virtual ? double? Ext.Net.SeriesSprite.CenterY
getset

The central point of the series on the x-axis. Defaults to: 0

◆ ColorSpread

virtual ? double? Ext.Net.SeriesSprite.ColorSpread
getset

Pie3DPart: an attribute used to control how flat the gradient of the sprite looks.

A value of 0 essentially means no gradient (flat color).

Defaults to: 1

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.SeriesSprite.ConfigOptions
get

◆ DataMaxX

virtual ? double? Ext.Net.SeriesSprite.DataMaxX
getset

Data maximum on the x-axis. Defaults to: 1

◆ DataMaxY

virtual ? double? Ext.Net.SeriesSprite.DataMaxY
getset

Data maximum on the y-axis. Defaults to: 2

◆ DataMinX

virtual ? double? Ext.Net.SeriesSprite.DataMinX
getset

Data minimum on the x-axis. Defaults to: 0

◆ DataMinY

virtual ? double? Ext.Net.SeriesSprite.DataMinY
getset

Data minimum on the y-axis. Defaults to: 0

◆ Distortion

virtual ? double? Ext.Net.SeriesSprite.Distortion
getset

The distortion of the 3D pie part. Defaults to: 0

◆ DoCallout

virtual ? bool? Ext.Net.SeriesSprite.DoCallout
getset

'true' if the pie series uses label callouts. Defaults to: true

◆ DropStyle

Sprite Ext.Net.SeriesSprite.DropStyle
getset

The drop style

◆ EndAngle

virtual ? double? Ext.Net.SeriesSprite.EndAngle
getset

The ending angle of the polar series. Defaults to: Math.PI

◆ EndRho

virtual ? double? Ext.Net.SeriesSprite.EndRho
getset

The ending radius of the polar series. Defaults to: 150

◆ Field

virtual string Ext.Net.SeriesSprite.Field
getset

The store field used by the series.

◆ FillArea

virtual ? bool? Ext.Net.SeriesSprite.FillArea
getset

'true' if the sprite paints the area underneath the line. Defaults to: false

◆ FlipXY

virtual ? bool? Ext.Net.SeriesSprite.FlipXY
getset

If flipXY is 'true', the series is flipped.

◆ InGroupGapWidth

virtual ? int? Ext.Net.SeriesSprite.InGroupGapWidth
getset

The gap between grouped bars. Defaults to: 3

◆ Label

virtual string Ext.Net.SeriesSprite.Label
getset

Label associated with the Pie and Pie3dPart sprite types. Defaults to: ''

◆ LabelOverflowPadding

virtual ? int? Ext.Net.SeriesSprite.LabelOverflowPadding
getset

Padding around labels to determine overlap. Defaults to: 10

◆ Margin

virtual ? int? Ext.Net.SeriesSprite.Margin
getset

Margin from the center of the pie. Used for donut. Defaults to: 0

◆ MaxBarWidth

virtual ? int? Ext.Net.SeriesSprite.MaxBarWidth
getset

The maximum bar width. Defaults to: 100

◆ MinBarWidth

virtual ? int? Ext.Net.SeriesSprite.MinBarWidth
getset

The minimum bar width. Defaults to: 2

◆ MinGapWidth

virtual ? int? Ext.Net.SeriesSprite.MinGapWidth
getset

The minimum gap between bars. Defaults to: 5

◆ OhlcType

virtual string Ext.Net.SeriesSprite.OhlcType
getset

Determines whether candlestick or ohlc is used. Defaults to: 'candlestick'

◆ Padding

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

The amount of padding between candles. Defaults to: 3

◆ Part

virtual string Ext.Net.SeriesSprite.Part
getset

The part of the 3D Pie represented by the sprite.

◆ PreciseStroke

virtual ? bool? Ext.Net.SeriesSprite.PreciseStroke
getset

'true' if the line uses precise stroke. Defaults to: true

◆ Radius

virtual ? int? Ext.Net.SeriesSprite.Radius
getset

The degree of rounding for rounded bars. Defaults to: 0

◆ RaiseStyle

Sprite Ext.Net.SeriesSprite.RaiseStyle
getset

The raise style

◆ SelectionTolerance

virtual ? double? Ext.Net.SeriesSprite.SelectionTolerance
getset

The distance from the event position to the sprite's data points to trigger interactions (used for 'iteminfo', etc). Defaults to: 20

◆ Smooth

virtual ? bool? Ext.Net.SeriesSprite.Smooth
getset

'true' if the sprite uses line smoothing. Defaults to: false

◆ StartAngle

virtual ? double? Ext.Net.SeriesSprite.StartAngle
getset

The starting angle of the polar series. Defaults to: 0

◆ StartRho

virtual ? double? Ext.Net.SeriesSprite.StartRho
getset

The starting radius of the polar series. Defaults to: 0

◆ Step

virtual ? bool? Ext.Net.SeriesSprite.Step
getset

'true' if the area is represented with steps instead of lines. Defaults to: false

◆ Thickness

virtual ? double? Ext.Net.SeriesSprite.Thickness
getset

The thickness of the 3D pie part. Defaults to: 0

◆ Type

override string Ext.Net.SeriesSprite.Type
get

◆ YCap

virtual ? int? Ext.Net.SeriesSprite.YCap
getset

Absolute maximum y-value. Larger values will be capped to avoid rendering issues. Defaults to: Math.pow(2, 20)


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