Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder > Class Template Reference

More...

Inheritance diagram for Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >:
Ext.Net.Observable.Builder< TChartSpriteLegend, TBuilder >

Public Member Functions

 Builder (TChartSpriteLegend component)
 
virtual TBuilder Background (DrawBackground background)
 Set the legend background. This can be a gradient object, image, or color. This config works similarly to the Ext.chart.AbstractChart::background config. More...
 
virtual TBuilder Border (object border)
 The border that goes around legend item sprites. More...
 
virtual TBuilder Chart (AbstractChart chart)
 The chart that the store belongs to. More...
 
virtual TBuilder Docked (string docked)
 The position of the legend in the chart. Possible values are 'bottom' (default), 'top', 'left', 'right'. More...
 
virtual TBuilder Marker (LegendSpriteMarker marker)
 The sprite to use as a legend item marker. More...
 
virtual TBuilder Padding (int padding)
 The padding amount between legend items and legend border. More...
 
virtual TBuilder Store (LegendStore store)
 The Ext.chart.legend.store.Store to bind this legend to. More...
 
virtual TBuilder Toggleable (bool? toggleable)
 true to allow series items to have their visibility toggled by interaction with the legend items. More...
 
virtual TBuilder SetBackground (DrawBackground background)
 
virtual TBuilder SetBorder (object border)
 
virtual TBuilder SetChart (AbstractChart chart)
 
virtual TBuilder SetDocked (string docked)
 
virtual TBuilder SetPadding (int padding)
 
virtual TBuilder SetStore (LegendStore store)
 
virtual TBuilder SetToggleable (bool toggleable)
 
 Builder ()
 
 Builder (ChartSpriteLegend component)
 
 Builder (ChartSpriteLegend.Config config)
 

Static Public Member Functions

static implicit operator Builder (ChartSpriteLegend component)
 

Detailed Description

Type Constraints
TChartSpriteLegend :ChartSpriteLegend 
TBuilder :Builder 
TBuilder :TChartSpriteLegend 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder() [1/4]

Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.Builder ( TChartSpriteLegend  component)
inline

◆ Builder() [2/4]

Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.Builder ( )
inline

◆ Builder() [3/4]

Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.Builder ( ChartSpriteLegend  component)
inline

◆ Builder() [4/4]

Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.Builder ( ChartSpriteLegend.Config  config)
inline

Member Function Documentation

◆ Background()

virtual TBuilder Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.Background ( DrawBackground  background)
inlinevirtual

Set the legend background. This can be a gradient object, image, or color. This config works similarly to the Ext.chart.AbstractChart::background config.

◆ Border()

virtual TBuilder Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.Border ( object  border)
inlinevirtual

The border that goes around legend item sprites.

◆ Chart()

virtual TBuilder Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.Chart ( AbstractChart  chart)
inlinevirtual

The chart that the store belongs to.

◆ Docked()

virtual TBuilder Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.Docked ( string  docked)
inlinevirtual

The position of the legend in the chart. Possible values are 'bottom' (default), 'top', 'left', 'right'.

◆ Marker()

virtual TBuilder Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.Marker ( LegendSpriteMarker  marker)
inlinevirtual

The sprite to use as a legend item marker.

◆ operator Builder()

static implicit Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.operator Builder ( ChartSpriteLegend  component)
inlinestatic

◆ Padding()

virtual TBuilder Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.Padding ( int  padding)
inlinevirtual

The padding amount between legend items and legend border.

◆ SetBackground()

virtual TBuilder Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.SetBackground ( DrawBackground  background)
inlinevirtual

◆ SetBorder()

virtual TBuilder Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.SetBorder ( object  border)
inlinevirtual

◆ SetChart()

virtual TBuilder Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.SetChart ( AbstractChart  chart)
inlinevirtual

◆ SetDocked()

virtual TBuilder Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.SetDocked ( string  docked)
inlinevirtual

◆ SetPadding()

virtual TBuilder Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.SetPadding ( int  padding)
inlinevirtual

◆ SetStore()

virtual TBuilder Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.SetStore ( LegendStore  store)
inlinevirtual

◆ SetToggleable()

virtual TBuilder Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.SetToggleable ( bool  toggleable)
inlinevirtual

◆ Store()

virtual TBuilder Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.Store ( LegendStore  store)
inlinevirtual

The Ext.chart.legend.store.Store to bind this legend to.

◆ Toggleable()

virtual TBuilder Ext.Net.ChartSpriteLegend.Builder< TChartSpriteLegend, TBuilder >.Toggleable ( bool?  toggleable)
inlinevirtual

true to allow series items to have their visibility toggled by interaction with the legend items.


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