Class CircularGaugeLegendSettings
Inheritance
System.Object
CircularGaugeLegendSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
[HtmlAttributeName("alignment")]
public Alignment Alignment { get; set; }
Property Value
Background
Sets and gets the background color of the legend in circular gauge.
Declaration
[HtmlAttributeName("background")]
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
[HtmlAttributeName("border")]
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
[HtmlAttributeName("height")]
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
[HtmlAttributeName("location")]
public object Location { get; set; }
Property Value
Type |
Description |
System.Object |
|
Margin
Sets and gets the options to customize the legend margin.
Declaration
[HtmlAttributeName("margin")]
public CircularGaugeMargin Margin { get; set; }
Property Value
Opacity
Sets and gets the opacity of the legend.
Declaration
[HtmlAttributeName("opacity")]
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
[HtmlAttributeName("padding")]
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
[HtmlAttributeName("position")]
public LegendPosition Position { get; set; }
Property Value
Shape
Sets and gets the shape of the legend in circular gauge.
Declaration
[HtmlAttributeName("shape")]
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
[HtmlAttributeName("shapeBorder")]
public CircularGaugeBorder ShapeBorder { get; set; }
Property Value
ShapeHeight
Sets and gets the height of the legend shape in circular gauge.
Declaration
[HtmlAttributeName("shapeHeight")]
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
[HtmlAttributeName("shapePadding")]
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
[HtmlAttributeName("shapeWidth")]
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
[HtmlAttributeName("textStyle")]
public CircularGaugeFont TextStyle { get; set; }
Property Value
ToggleVisibility
Enables and disables the ranges visibility collapses based on the legend visibility.
Declaration
[HtmlAttributeName("toggleVisibility")]
public bool ToggleVisibility { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Visible
Enable and disables the visibility of the legend in circular gauge.
Declaration
[HtmlAttributeName("visible")]
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
[HtmlAttributeName("width")]
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|