ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotFlexChartTagHelper Class / PlotMargin Property

In This Topic
    PlotMargin Property (PivotFlexChartTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexChartBase<T>.PlotMargin. Sets the plot margin in pixels.
    Syntax
    'Declaration
     
    Public Property PlotMargin As String
    public string PlotMargin {get; set;}
    See Also