Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MarkerSettingsModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MarkerSettingsModel

    Interface for a class MarkerSettings

    Inheritance
    System.Object
    MarkerSettingsModel
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MarkerSettingsModel : Object

    Constructors

    MarkerSettingsModel()

    Declaration
    public MarkerSettingsModel()

    Properties

    Border

    Allows options for customizing the border of a marker.

    Declaration
    public object Border { get; set; }
    Property Value
    Type Description
    System.Object

    DataLabel

    Allows to set the data label for the series.

    Declaration
    public object DataLabel { get; set; }
    Property Value
    Type Description
    System.Object

    Fill

    Allows to set the fill color of the marker that accepts value in hex and rgba as a valid CSS color string. By default, it will take series' color.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    Height

    Allows to set the height of the marker in pixels.

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    System.Int32

    ImageUrl

    Allows to set the URL for the Image that is to be displayed as a marker. It requires marker shape value to be an Image.

    Declaration
    public string ImageUrl { get; set; }
    Property Value
    Type Description
    System.String

    Offset

    Allows options for customizing the marker position.

    Declaration
    public object Offset { get; set; }
    Property Value
    Type Description
    System.Object

    Opacity

    Allows to set the opacity of the marker.

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

    Shape

    Allows to spcify the shape of a marker.They are Circle - Renders a circle. Rectangle - Renders a rectangle. Triangle - Renders a triangle. Diamond - Renders a diamond. Cross - Renders a cross. HorizontalLine - Renders a horizontalLine. VerticalLine - Renders a verticalLine. Pentagon- Renders a pentagon. InvertedTriangle - Renders a invertedTriangle. Image - Renders a image.

    Declaration
    public object Shape { get; set; }
    Property Value
    Type Description
    System.Object

    Visible

    Allows the visibility of the marker for chart series.

    This is applicable only for line and area type series.

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

    Width

    Allows to set the width of the marker in pixels.

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved