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

More...

Inheritance diagram for Ext.Net.ChartCaptions.Config:
Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator ChartCaptions.Builder (ChartCaptions.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 ChartCaption Title [get, set]
 The title caption. Can accept all settings from a custom caption but if used, most settings will get dedicated chart title CSS from the ExtJS theme. More...
 
virtual ChartCaption Subtitle [get, set]
 The subtitle caption. Can accept all settings from a custom caption but if used, most settings will get dedicated chart subtitle CSS from the ExtJS theme. More...
 
virtual ChartCaption Credits [get, set]
 The credits caption. Can accept all settings from a custom caption but if used, most settings will get dedicated chart credits CSS from the ExtJS theme. More...
 
virtual ChartCaptionCollection Items [get, set]
 List of custom-tailored chart captions. 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 ChartCaptions.Builder()

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

Property Documentation

◆ Credits

virtual ChartCaption Ext.Net.ChartCaptions.Config.Credits
getset

The credits caption. Can accept all settings from a custom caption but if used, most settings will get dedicated chart credits CSS from the ExtJS theme.

◆ Items

virtual ChartCaptionCollection Ext.Net.ChartCaptions.Config.Items
getset

List of custom-tailored chart captions.

◆ Subtitle

virtual ChartCaption Ext.Net.ChartCaptions.Config.Subtitle
getset

The subtitle caption. Can accept all settings from a custom caption but if used, most settings will get dedicated chart subtitle CSS from the ExtJS theme.

◆ Title

virtual ChartCaption Ext.Net.ChartCaptions.Config.Title
getset

The title caption. Can accept all settings from a custom caption but if used, most settings will get dedicated chart title CSS from the ExtJS theme.


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