menu

Blazor

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

    Show / Hide Table of Contents

    Class StockChartLegendMargin

    To specify customization options for stock chart legend margin.

    Inheritance
    System.Object
    StockChartLegendMargin
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class StockChartLegendMargin : OwningComponentBase

    Constructors

    StockChartLegendMargin()

    Declaration
    public StockChartLegendMargin()

    Properties

    Bottom

    Bottom margin in pixels.

    Declaration
    public double Bottom { get; set; }
    Property Value
    Type
    System.Double

    Left

    Left margin in pixels.

    Declaration
    public double Left { get; set; }
    Property Value
    Type
    System.Double

    Parent

    Indicates the StockChartLegendSettings component.

    Declaration
    public StockChartLegendSettings Parent { get; set; }
    Property Value
    Type
    StockChartLegendSettings

    Right

    Right margin in pixels.

    Declaration
    public double Right { get; set; }
    Property Value
    Type
    System.Double

    Top

    Top margin in pixels.

    Declaration
    public double Top { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved