Search Results for

    Show / Hide Table of Contents

    Class RadialPointer

    Represents a linear pointer.

    Inheritance
    System.Object
    GaugePointer
    RadialPointer
    Inherited Members
    GaugePointer.Parent
    GaugePointer.Fill
    GaugePointer.BorderWidth
    GaugePointer.BorderColor
    GaugePointer.Assign(GaugePointer)
    GaugePointer.Serialize(FRWriter, String, GaugePointer)
    Namespace: FastReport.Gauge.Radial
    Assembly: FastReport.Base.dll
    Syntax
    public class RadialPointer : GaugePointer

    Constructors

    RadialPointer(GaugeObject, RadialScale)

    Initializes a new instance of the RadialPointer

    Declaration
    public RadialPointer(GaugeObject parent, RadialScale scale)
    Parameters
    Type Name Description
    GaugeObject parent

    The parent gauge object.

    RadialScale scale

    The scale object.

    Properties

    GradientAutoRotate

    Gets or sets the value, indicating that gradient should be rotated automatically

    Declaration
    public bool GradientAutoRotate { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Draw(FRPaintEventArgs)

    Draws the gauge pointer.

    Declaration
    public override void Draw(FRPaintEventArgs e)
    Parameters
    Type Name Description
    FRPaintEventArgs e

    Draw event arguments.

    Overrides
    GaugePointer.Draw(FRPaintEventArgs)
    Back to top © 1998-2025 Copyright Fast Reports Inc.