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

More...

Inheritance diagram for Ext.Net.ChartCaption.Config:
Ext.Net.BaseItem.Config Ext.Net.IApply Ext.Net.ChartCaptionItem.Config

Static Public Member Functions

static implicit operator ChartCaption.Builder (ChartCaption.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 CaptionAlign Align [get, set]
 Determines the horizontal alignment of the caption's text. More...
 
virtual CaptionAlignTo AlignTo [get, set]
 Whether to align the caption to the 'series' or the 'chart'. More...
 
virtual CaptionDock Docked [get, set]
 The position of the caption in a chart. More...
 
virtual ? bool Hidden [get, set]
 Controls the visibility of the caption. More...
 
virtual ? int Padding [get, set]
 The uniform padding applied to both top and bottom of the caption's text. More...
 
virtual CaptionTextSprite Style [get, set]
 Style attributes for the caption's text. More...
 
virtual object StyleObject [get, set]
 Style attributes for the caption's text. More...
 
virtual string Text [get, set]
 The text displayed by the caption. More...
 
virtual ? int Weight [get, set]
 The weight controls the order in which the captions are created. 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 ChartCaption.Builder()

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

Property Documentation

◆ Align

virtual CaptionAlign Ext.Net.ChartCaption.Config.Align
getset

Determines the horizontal alignment of the caption's text.

◆ AlignTo

virtual CaptionAlignTo Ext.Net.ChartCaption.Config.AlignTo
getset

Whether to align the caption to the 'series' or the 'chart'.

◆ Docked

virtual CaptionDock Ext.Net.ChartCaption.Config.Docked
getset

The position of the caption in a chart.

◆ Hidden

virtual ? bool Ext.Net.ChartCaption.Config.Hidden
getset

Controls the visibility of the caption.

◆ Padding

virtual ? int Ext.Net.ChartCaption.Config.Padding
getset

The uniform padding applied to both top and bottom of the caption's text.

◆ Style

virtual CaptionTextSprite Ext.Net.ChartCaption.Config.Style
getset

Style attributes for the caption's text.

◆ StyleObject

virtual object Ext.Net.ChartCaption.Config.StyleObject
getset

Style attributes for the caption's text.

◆ Text

virtual string Ext.Net.ChartCaption.Config.Text
getset

The text displayed by the caption.

◆ Weight

virtual ? int Ext.Net.ChartCaption.Config.Weight
getset

The weight controls the order in which the captions are created.


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