menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartBorder - API Reference

    Show / Hide Table of Contents

    Class ChartBorder

    Options to customize the Border of the chart.

    Inheritance
    System.Object
    ChartSubComponent
    Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder
    ChartBorder
    Inherited Members
    ChartSubComponent.PopSubcomponent()
    ChartSubComponent.PushSubcomponent()
    ChartSubComponent.BuildRenderTree(RenderTreeBuilder)
    ChartSubComponent.ChildContent
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartBorder : ChartDefaultBorder, ISubcomponentTracker

    Constructors

    ChartBorder()

    Declaration
    public ChartBorder()

    Properties

    Width

    The width of the border in pixels.

    Declaration
    public override double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Overrides
    Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder.Width

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    ChartSubComponent.Dispose(Boolean)

    OnInitialized()

    Declaration
    protected override void OnInitialized()

    OnParametersSet()

    Declaration
    protected override void OnParametersSet()
    Overrides
    ChartSubComponent.OnParametersSet()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved