Blazor

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

    Show / Hide Table of Contents

    Class BulletChartModel

    Interface for a class BulletChart

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

    Constructors

    BulletChartModel()

    Declaration
    public BulletChartModel()

    Properties

    Animation

    Options for customizing animation of the feature bar.

    Declaration
    public AnimationModel Animation { get; set; }
    Property Value
    Type Description
    AnimationModel

    BeforePrint

    Triggers before the prints gets started.

    Declaration
    public EventCallback<object> BeforePrint { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Object>

    Border

    Options for customizing the color and width of the chart border.

    Declaration
    public BorderModel Border { get; set; }
    Property Value
    Type Description
    BorderModel

    BulletChartMouseClick

    Triggers on clicking the chart.

    Declaration
    public EventCallback<object> BulletChartMouseClick { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Object>

    CategoryField

    It defines the category for the data source.

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

    CategoryLabelStyle

    Options for customizing values labels

    Declaration
    public BulletLabelStyleModel CategoryLabelStyle { get; set; }
    Property Value
    Type Description
    BulletLabelStyleModel

    DataLabel

    Options for customizing data label of the feature bar.

    Declaration
    public BulletDataLabelModel DataLabel { get; set; }
    Property Value
    Type Description
    BulletDataLabelModel

    DataSource

    default value of multiple data bullet chart.

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

    EnableGroupSeparator

    default value for enableGroupSeparator

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

    EnablePersistence

    Enable or disable persisting component's state between page reloads.

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

    EnableRtl

    Enable or disable rendering component in right to left direction.

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

    Height

    The height of the bullet chart as a string accepts input both as '100px' or '100%'. If specified as '100%, bullet chart renders to the full height of its parent element.

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

    Interval

    Specifies the interval for an scale.

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

    LabelFormat

    Specifies the format of the bullet chart axis labels.

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

    LabelPosition

    specifies the axis label position of the bullet chart

    Declaration
    public LabelsPlacement LabelPosition { get; set; }
    Property Value
    Type Description
    LabelsPlacement

    LabelStyle

    Options for customizing labels

    Declaration
    public BulletLabelStyleModel LabelStyle { get; set; }
    Property Value
    Type Description
    BulletLabelStyleModel

    LegendSettings

    Options for customizing the legend of the bullet chart.

    Declaration
    public BulletChartLegendSettingsModel LegendSettings { get; set; }
    Property Value
    Type Description
    BulletChartLegendSettingsModel

    Load

    Triggers before bullet chart load.

    Declaration
    public EventCallback<object> Load { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Object>

    Loaded

    Triggers after the bullet chart rendering

    Declaration
    public EventCallback<object> Loaded { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Object>

    Locale

    The locale of the bullet chart as a string.

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

    MajorTickLines

    Options for customizing major tick lines.

    Declaration
    public MajorTickLinesSettingsModel MajorTickLines { get; set; }
    Property Value
    Type Description
    MajorTickLinesSettingsModel

    Margin

    Options to customize left, right, top and bottom margins of the bullet chart.

    Declaration
    public MarginModel Margin { get; set; }
    Property Value
    Type Description
    MarginModel

    Maximum

    Specifies the maximum range of an scale.

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

    Minimum

    Specifies the minimum range of an scale.

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

    MinorTickLines

    Options for customizing minor tick lines.

    Declaration
    public MinorTickLinesSettingsModel MinorTickLines { get; set; }
    Property Value
    Type Description
    MinorTickLinesSettingsModel

    MinorTicksPerInterval

    specifies the interval of minor ticks

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

    OpposedPosition

    If set to true, the axis will render at the opposite side of its default position.

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

    Orientation

    Orientation of the scale

    Declaration
    public OrientationType Orientation { get; set; }
    Property Value
    Type Description
    OrientationType

    Query

    It defines the query for the data source.

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

    Ranges

    provides Qualitative ranges of the bullet chart.

    Declaration
    public List<RangeModel> Ranges { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<RangeModel>

    Subtitle

    Specifies the sub title of the bullet chart.

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

    SubtitleStyle

    Options for customizing the sub title styles of the bullet chart

    Declaration
    public BulletLabelStyleModel SubtitleStyle { get; set; }
    Property Value
    Type Description
    BulletLabelStyleModel

    TabIndex

    TabIndex value for the bullet chart.

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

    TargetColor

    Default stroke of comparative measure.

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

    TargetField

    The DataSource field that contains the target value.

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

    TargetTypes

    The DataSource field that contains the target value.

    Declaration
    public List<TargetType> TargetTypes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TargetType>

    TargetWidth

    Options for customizing comparative bar color bullet chart

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

    Theme

    Specifies the theme for the bullet chart.

    Declaration
    public ChartTheme Theme { get; set; }
    Property Value
    Type Description
    ChartTheme

    TickPosition

    specifies the tick position of the bullet chart

    Declaration
    public TickPosition TickPosition { get; set; }
    Property Value
    Type Description
    TickPosition

    Title

    Specifies the title of the bullet chart.

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

    TitlePosition

    Sets the title position of bullet chart.

    Declaration
    public TextPosition TitlePosition { get; set; }
    Property Value
    Type Description
    TextPosition

    TitleStyle

    Options for customizing the title styles of the bullet chart

    Declaration
    public BulletLabelStyleModel TitleStyle { get; set; }
    Property Value
    Type Description
    BulletLabelStyleModel

    Tooltip

    Options for customizing the tooltip of the BulletChart.

    Declaration
    public BulletTooltipSettingsModel Tooltip { get; set; }
    Property Value
    Type Description
    BulletTooltipSettingsModel

    TooltipRender

    Triggers before the bulletchart tooltip is rendered.

    Declaration
    public EventCallback<object> TooltipRender { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Object>

    Type

    Default type on feature measure.

    Declaration
    public FeatureType Type { get; set; }
    Property Value
    Type Description
    FeatureType

    ValueBorder

    Options for customizing the color and width of the feature bar border.

    Declaration
    public BorderModel ValueBorder { get; set; }
    Property Value
    Type Description
    BorderModel

    ValueField

    The DataSource field that contains the value value.

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

    ValueFill

    Default stroke color of feature measure.

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

    ValueHeight

    Options for customizing feature bar height of the bullet chart

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

    Width

    The width of the bullet chart as a string accepts input as both like '100px' or '100%'. If specified as '100%, bullet chart renders to the full width of its parent element.

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

    Methods

    Equals(BulletChartModel)

    Returns boolean value by comparing bulletChartModel

    Declaration
    public bool Equals(BulletChartModel bulletChartModel)
    Parameters
    Type Name Description
    BulletChartModel bulletChartModel
    Returns
    Type Description
    System.Boolean

    Implements

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