menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IBulletChart - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IBulletChart

    The interface specifies the properties of the bullet chart component.

    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public interface IBulletChart

    Properties

    CategoryField

    It defines the category for the data source.

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

    EnableGroupSeparator

    Specifies the EnableGroupSeparator for the Bullet Chart.

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

    EnableRtl

    To enable right to left.

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

    Format

    Sets and gets format for the bullet chart axis and data label format.

    Declaration
    string Format { get; set; }
    Property Value
    Type
    System.String

    Height

    Specifies the height for the Bullet Chart.

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

    ID

    Set the id string for the bullet chart component.

    Declaration
    string ID { get; set; }
    Property Value
    Type
    System.String

    Interval

    Specifies the interval for an scale.

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

    LabelFormat

    Specifies the format of the bullet chart axis labels.

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

    LabelPosition

    Specifies the axis label position of the bullet chart.

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

    Maximum

    Specifies the maximum range of an scale.

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

    Minimum

    Specifies the manimum range of an scale.

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

    MinorTicksPerInterval

    Specifies the interval of minor ticks.

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

    OpposedPosition

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

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

    Orientation

    Orientation of the scale.

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

    Subtitle

    Specifies the sub title of the bullet chart.

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

    TabIndex

    TabIndex value for the bullet chart.

    Declaration
    int TabIndex { get; set; }
    Property Value
    Type
    System.Int32

    TargetColor

    Default stroke of comparative measure.

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

    TargetField

    The DataSource field that contains the target value.

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

    TargetTypes

    The DataSource field that contains the target value.

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

    TargetWidth

    Options for customizing comparative bar color bullet chart.

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

    Theme

    Specifies the theme for the bullet chart.

    Declaration
    Theme Theme { get; set; }
    Property Value
    Type
    Theme

    TickPosition

    Specifies the tick position of the bullet chart.

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

    Title

    Specifies the title of the bullet chart.

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

    TitlePosition

    Sets the title position of bullet chart.

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

    Type

    Default type on feature measure.

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

    ValueField

    The DataSource field that contains the value value.

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

    ValueFill

    Default stroke color of feature measure.

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

    ValueHeight

    Options for customizing feature bar height of the bullet chart.

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

    Width

    Specifies the width for the Bullet Chart.

    Declaration
    string Width { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved