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

More...

Inheritance diagram for Ext.Net.ChartLabel.Config:
Ext.Net.TextSprite.Config Ext.Net.AbstractSprite.Config Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator ChartLabel.Builder (ChartLabel.Config config)
 
- Static Public Member Functions inherited from Ext.Net.TextSprite.Config
static implicit operator TextSprite.Builder (TextSprite.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string config)
 

Properties

virtual bool CalloutLine [get, set]
 
virtual ChartCalloutLine CalloutLineConfig [get, set]
 
virtual SeriesLabelDisplay Display [get, set]
 
virtual string Color [get, set]
 
virtual string[] Field [get, set]
 
virtual Orientation Orientation [get, set]
 
JFunction Renderer [get]
 
- Properties inherited from Ext.Net.TextSprite.Config
virtual string Font [get, set]
 
virtual string FontFamily [get, set]
 
virtual string FontSize [get, set]
 
virtual string FontStyle [get, set]
 
virtual string FontVariant [get, set]
 
virtual string FontWeight [get, set]
 
virtual string Text [get, set]
 
virtual TextSpriteAlign TextAlign [get, set]
 
virtual DominantBaseline TextBaseline [get, set]
 
virtual ? int X [get, set]
 
virtual ? int Y [get, set]
 
- Properties inherited from Ext.Net.AbstractSprite.Config
virtual string SpriteID [get, set]
 
virtual ? int Height [get, set]
 
virtual ? int Width [get, set]
 
virtual ? int X [get, set]
 
virtual ? int Y [get, set]
 
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]
 
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 ? 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 ? 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. More...
 
virtual string EasingArgs [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. More...
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseItem.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 Serialize ()
 

Detailed Description

Member Function Documentation

◆ operator ChartLabel.Builder()

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

Property Documentation

◆ CalloutLine

virtual bool Ext.Net.ChartLabel.Config.CalloutLine
getset

◆ CalloutLineConfig

virtual ChartCalloutLine Ext.Net.ChartLabel.Config.CalloutLineConfig
getset

◆ Color

virtual string Ext.Net.ChartLabel.Config.Color
getset

◆ Display

virtual SeriesLabelDisplay Ext.Net.ChartLabel.Config.Display
getset

◆ Field

virtual string [] Ext.Net.ChartLabel.Config.Field
getset

◆ Orientation

virtual Orientation Ext.Net.ChartLabel.Config.Orientation
getset

◆ Renderer

JFunction Ext.Net.ChartLabel.Config.Renderer
get


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