menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataVizCommonHelper - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataVizCommonHelper

    Inheritance
    System.Object
    DataVizCommonHelper
    Namespace: Syncfusion.Blazor.DataVizCommon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DataVizCommonHelper : Object

    Constructors

    DataVizCommonHelper()

    Declaration
    public DataVizCommonHelper()

    Methods

    PixelToNumber(String, Regex)

    Declaration
    public static double PixelToNumber(string size, Regex regex)
    Parameters
    Type Name Description
    System.String size
    System.Text.RegularExpressions.Regex regex
    Returns
    Type
    System.Double

    StringToNumber(String, Double)

    Declaration
    public static double StringToNumber(string size, double containerSize)
    Parameters
    Type Name Description
    System.String size
    System.Double containerSize
    Returns
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved