Class CircularGaugeLegendSettings
Inheritance
System.Object
CircularGaugeLegendSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class CircularGaugeLegendSettings : EJTagHelper
Constructors
CircularGaugeLegendSettings()
Declaration
public CircularGaugeLegendSettings()
Properties
Alignment
Sets and gets the alignment of the legend in the circular gauge.
Declaration
public Alignment Alignment { get; set; }
Property Value
Background
Sets and gets the background color of the legend in circular gauge.
Declaration
public string Background { get; set; }
Property Value
Type |
Description |
System.String |
|
Border
Sets and gets the options to customize the border settings of the legend.
Declaration
public CircularGaugeBorder Border { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Height
Sets and gets the height of the legend in the circular gauge.
Declaration
public string Height { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Location
Sets and gets the location of the legend, relative to the circular gauge.
If x is 20, legend moves by 20 pixels to the right of the gauge. It requires the position
to be Custom
.
Declaration
public object Location { get; set; }
Property Value
Type |
Description |
System.Object |
|
Margin
Sets and gets the options to customize the legend margin.
Declaration
public CircularGaugeMargin Margin { get; set; }
Property Value
Opacity
Sets and gets the opacity of the legend.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Padding
Sets and gets the options to customize the padding between legend items.
Declaration
public double Padding { get; set; }
Property Value
Type |
Description |
System.Double |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Position
Sets and gets the position of the legend in the circular gauge.
Declaration
public LegendPosition Position { get; set; }
Property Value
Shape
Sets and gets the shape of the legend in circular gauge.
Declaration
public GaugeShape Shape { get; set; }
Property Value
ShapeBorder
Sets and gets the options to customize the border for the shape of the legend in the circular gauge.
Declaration
public CircularGaugeBorder ShapeBorder { get; set; }
Property Value
ShapeHeight
Sets and gets the height of the legend shape in circular gauge.
Declaration
public double ShapeHeight { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShapePadding
Sets and gets the padding for the legend shape in circular gauge.
Declaration
public double ShapePadding { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShapeWidth
Sets and gets the width of the legend shape in circular gauge.
Declaration
public double ShapeWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
TextStyle
Sets and gets the options to customize the text of the legend.
Declaration
public CircularGaugeFont TextStyle { get; set; }
Property Value
ToggleVisibility
Enables and disables the ranges visibility collapses based on the legend visibility.
Declaration
public bool ToggleVisibility { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Visible
Enable and disables the visibility of the legend in circular gauge.
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Width
Sets and gets the width of the legend in the circular gauge.
Declaration
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|