Class CircularGaugePointer
Inheritance
System.Object
CircularGaugePointer
Assembly: Syncfusion.EJ2.dll
Syntax
public class CircularGaugePointer : EJTagHelper
Constructors
CircularGaugePointer()
Declaration
public CircularGaugePointer()
Properties
Animation
Sets and gets the animation of pointers while rendering the axis in circular gauge.
Declaration
public CircularGaugeAnimation Animation { get; set; }
Property Value
Border
Sets and gets the options to customize the color and width of the border for the needle pointer in an axis.
Declaration
public CircularGaugeBorder Border { get; set; }
Property Value
Cap
Sets and gets the cap of pointer in an axis.
Declaration
public CircularGaugeCap Cap { get; set; }
Property Value
Color
Sets and gets the color of the pointer in an axis.
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Sets and gets the information about pointer for assistive technology.
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
ImageUrl
Sets and gets the url for the image that is to be displayed as pointer.
It requires marker shape value to be Image.
Declaration
public string ImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
LinearGradient
Sets and gets the properties to render a linear gradient for the pointer.
If both linear and radial gradient is set, then the linear gradient will be rendered in the pointer.
Declaration
public CircularGaugeLinearGradient LinearGradient { get; set; }
Property Value
MarkerHeight
Sets and gets the height of the marker pointer in an axis.
Declaration
public double MarkerHeight { get; set; }
Property Value
Type |
Description |
System.Double |
|
MarkerShape
Sets and gets the shape of the marker type pointer in an axis.
Declaration
public GaugeShape MarkerShape { get; set; }
Property Value
MarkerWidth
Sets and gets the width of the marker pointer in an axis.
Declaration
public double MarkerWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
NeedleEndWidth
Sets or gets the end width of the needle pointer in an axis.
Declaration
public double NeedleEndWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
NeedleStartWidth
Sets or gets the start width of the needle pointer in an axis.
Declaration
public double NeedleStartWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
NeedleTail
Sets and gets the tail of needle pointer in an axis.
Declaration
public CircularGaugeNeedleTail NeedleTail { get; set; }
Property Value
Offset
Sets and gets the offset value of pointer from scale.
Declaration
public string Offset { get; set; }
Property Value
Type |
Description |
System.String |
|
PointerWidth
Sets and gets the width of the pointer in axis.
Declaration
public double PointerWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Position
Sets and gets the position of pointer for an axis.
Declaration
public PointerRangePosition Position { get; set; }
Property Value
RadialGradient
Sets and gets the properties to render a radial gradient for pointer.
Declaration
public CircularGaugeRadialGradient RadialGradient { get; set; }
Property Value
Radius
Sets and gets the radius of pointer for marker and range type pointer and fix length of pointer for needle pointer.
Declaration
public string Radius { get; set; }
Property Value
Type |
Description |
System.String |
|
RoundedCornerRadius
Sets and gets the corner radius for pointer in axis.
Declaration
public double RoundedCornerRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
Text
Sets and gets the text in pointer.
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
TextStyle
Sets and gets the style of text in pointer of an axis.
Declaration
public object TextStyle { get; set; }
Property Value
Type |
Description |
System.Object |
|
Type
Sets and gets the type of pointer for an axis in Circular gauge component.
Declaration
public PointerType Type { get; set; }
Property Value
Value
Sets and gets the value of the pointer in circular gauge component.
Declaration
public double Value { get; set; }
Property Value
Type |
Description |
System.Double |
|