Blazor

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

    Show / Hide Table of Contents

    Class MinorTickLinesSettingsModel

    Interface for a class MinorTickLinesSettings

    Inheritance
    System.Object
    MinorTickLinesSettingsModel
    Implements
    System.IEquatable<MinorTickLinesSettingsModel>
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MinorTickLinesSettingsModel : Object, IEquatable<MinorTickLinesSettingsModel>

    Constructors

    MinorTickLinesSettingsModel()

    Declaration
    public MinorTickLinesSettingsModel()

    Properties

    Color

    The stroke of the major tick line that accepts value in hex and rgba as a valid CSS color string.

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

    Height

    The height of the tick lines in pixels.

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

    UseRangeColor

    It uses to apply range color to ticks and labels.

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

    Width

    The width of the ticks in pixels.

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

    Methods

    Equals(MinorTickLinesSettingsModel)

    Returns boolean value by comparing minorTickLinesSettingsModel

    Declaration
    public bool Equals(MinorTickLinesSettingsModel minorTickLinesSettingsModel)
    Parameters
    Type Name Description
    MinorTickLinesSettingsModel minorTickLinesSettingsModel
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved