menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PointerValueTextBuilder

    Show / Hide Table of Contents

    Class PointerValueTextBuilder

    Class for pointer value text builder.

    Inheritance
    System.Object
    PointerValueTextBuilder
    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()
    Namespace: Syncfusion.JavaScript.DataVisualization
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class PointerValueTextBuilder

    Constructors

    PointerValueTextBuilder(Pointers)

    Initializes a new instance of the PointerValueTextBuilder class to indicate the pointer text.

    Declaration
    public PointerValueTextBuilder(Pointers text)
    Parameters
    Type Name Description
    Pointers text

    The pointer text.

    PointerValueTextBuilder(PointerValueText)

    Initializes a new instance of the PointerValueTextBuilder class to indicate the pointer value text..

    Declaration
    public PointerValueTextBuilder(PointerValueText text)
    Parameters
    Type Name Description
    PointerValueText text

    The pointer value text.

    Methods

    Angle(Single)

    Angles the specified angle.

    Declaration
    public PointerValueTextBuilder Angle(float angle)
    Parameters
    Type Name Description
    System.Single angle

    The angle.

    Returns
    Type Description
    PointerValueTextBuilder

    autoAngle()

    Automatics the angle.

    Declaration
    public PointerValueTextBuilder autoAngle()
    Returns
    Type Description
    PointerValueTextBuilder

    autoAngle(Boolean)

    Automatics the angle.

    Declaration
    public PointerValueTextBuilder autoAngle(bool autoAngle)
    Parameters
    Type Name Description
    System.Boolean autoAngle

    if set to true [automatic angle].

    Returns
    Type Description
    PointerValueTextBuilder

    Color(String)

    Colors the specified color.

    Declaration
    public PointerValueTextBuilder Color(string color)
    Parameters
    Type Name Description
    System.String color

    The color.

    Returns
    Type Description
    PointerValueTextBuilder

    Distance(Single)

    Distances the specified distance.

    Declaration
    public PointerValueTextBuilder Distance(float distance)
    Parameters
    Type Name Description
    System.Single distance

    The distance.

    Returns
    Type Description
    PointerValueTextBuilder

    Font(Action<CircularFontBuilder>)

    Fonts the specified font.

    Declaration
    public PointerValueTextBuilder Font(Action<CircularFontBuilder> font)
    Parameters
    Type Name Description
    System.Action<CircularFontBuilder> font

    The font.

    Returns
    Type Description
    PointerValueTextBuilder

    Opacity(Single)

    Opacities the specified opacity.

    Declaration
    public PointerValueTextBuilder Opacity(float opacity)
    Parameters
    Type Name Description
    System.Single opacity

    The opacity.

    Returns
    Type Description
    PointerValueTextBuilder

    ShowValue()

    Shows the value.

    Declaration
    public PointerValueTextBuilder ShowValue()
    Returns
    Type Description
    PointerValueTextBuilder

    ShowValue(Boolean)

    Shows the value.

    Declaration
    public PointerValueTextBuilder ShowValue(bool showValue)
    Parameters
    Type Name Description
    System.Boolean showValue

    if set to true [show value].

    Returns
    Type Description
    PointerValueTextBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved