Class LinearGaugePointer
Inheritance
System.Object
LinearGaugePointer
Assembly: Syncfusion.EJ2.dll
Syntax
public class LinearGaugePointer : EJTagHelper
Constructors
LinearGaugePointer()
Declaration
public LinearGaugePointer()
Properties
AnimationDuration
Sets and gets the duration of animation in pointer.
Declaration
public double AnimationDuration { get; set; }
Property Value
Type |
Description |
System.Double |
|
Border
Sets and gets the options to optimize the color and width of the border for pointers.
Declaration
public LinearGaugeBorder Border { get; set; }
Property Value
Color
Sets and gets the color of the pointer.
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Sets and gets the description for the pointer.
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
EnableDrag
Enables or disables the drag movement of pointer.
Declaration
public bool EnableDrag { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Height
Sets and gets the height of the pointer.
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
ImageUrl
Sets and gets the URL path for the image in marker when the marker type is chosen as 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 LinearGaugeLinearGradient LinearGradient { get; set; }
Property Value
MarkerType
Sets and gets the type of the marker for pointers in axis.
Declaration
public MarkerType MarkerType { get; set; }
Property Value
Offset
Sets and gets the value to position the pointer from the axis.
Declaration
public string Offset { get; set; }
Property Value
Type |
Description |
System.String |
|
Opacity
Sets and gets the opacity of pointer in linear gauge.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Placement
Sets and gets the place of the pointer.
Declaration
public Placement Placement { get; set; }
Property Value
Position
Sets and gets the position of the pointer.
Declaration
public Position Position { get; set; }
Property Value
RadialGradient
Sets and gets the properties to render a radial gradient for the pointer.
Declaration
public LinearGaugeRadialGradient RadialGradient { get; set; }
Property Value
RoundedCornerRadius
Sets and gets the corner radius for pointer.
Declaration
public double RoundedCornerRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
Type
Sets and gets the type of pointer in axis.
Declaration
public Point Type { get; set; }
Property Value
Value
Sets and gets the value of the pointer in axis.
Declaration
public double Value { get; set; }
Property Value
Type |
Description |
System.Double |
|
Width
Sets and gets the width of the pointer.
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|