Blazor

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

    Show / Hide Table of Contents

    Interface IBulletChart

    Interface for a class BulletChart

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

    Properties

    Animation

    Options for customizing animation of the feature bar.

    Declaration
    BulletChartAnimation Animation { get; set; }
    Property Value
    Type Description
    BulletChartAnimation

    Border

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

    Declaration
    BulletChartBorder Border { get; set; }
    Property Value
    Type Description
    BulletChartBorder

    CategoryField

    It defines the category for the data source.

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

    CategoryLabelStyle

    Options for customizing values labels

    Declaration
    BulletChartCategoryLabelStyle CategoryLabelStyle { get; set; }
    Property Value
    Type Description
    BulletChartCategoryLabelStyle

    DataLabel

    Options for customizing data label of the feature bar.

    Declaration
    BulletChartDataLabel DataLabel { get; set; }
    Property Value
    Type Description
    BulletChartDataLabel

    DataSource

    Specifies the dataSource for the Bullet Chart.

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

    EnableGroupSeparator

    Specifies the EnableGroupSeparator for the Bullet Chart.

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

    EnablePersistence

    To enable persistence

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

    EnableRtl

    To enable right to left.

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

    Height

    Specifies the height for the Bullet Chart.

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

    Interval

    Specifies the interval for an scale.

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

    LabelFormat

    Specifies the format of the bullet chart axis labels.

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

    LabelPosition

    Specifies the axis label position of the bullet chart

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

    LabelStyle

    Options for customizing labels

    Declaration
    BulletChartLabelStyle LabelStyle { get; set; }
    Property Value
    Type Description
    BulletChartLabelStyle

    LegendSettings

    Options for customizing the legend of the bullet chart.

    Declaration
    BulletChartLegendSettings LegendSettings { get; set; }
    Property Value
    Type Description
    BulletChartLegendSettings

    Locale

    The locale of the bullet chart as a string.

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

    MajorTickLines

    Options for customizing major tick lines.

    Declaration
    BulletChartMajorTickLines MajorTickLines { get; set; }
    Property Value
    Type Description
    BulletChartMajorTickLines

    Margin

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

    Declaration
    BulletChartMargin Margin { get; set; }
    Property Value
    Type Description
    BulletChartMargin

    Maximum

    Specifies the maximum range of an scale.

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

    Minimum

    Specifies the manimum range of an scale.

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

    MinorTickLines

    Options for customizing minor tick lines.

    Declaration
    BulletChartMinorTickLines MinorTickLines { get; set; }
    Property Value
    Type Description
    BulletChartMinorTickLines

    MinorTicksPerInterval

    Specifies the interval of minor ticks

    Declaration
    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
    bool OpposedPosition { get; set; }
    Property Value
    Type Description
    System.Boolean

    Orientation

    Orientation of the scale

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

    Query

    It defines the query for the data source.

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

    Ranges

    Provides Qualitative ranges of the bullet chart.

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

    Subtitle

    Specifies the sub title of the bullet chart.

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

    SubtitleStyle

    Options for customizing the sub title styles of the bullet chart

    Declaration
    BulletChartSubTitleStyle SubtitleStyle { get; set; }
    Property Value
    Type Description
    BulletChartSubTitleStyle

    TabIndex

    TabIndex value for the bullet chart.

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

    TargetColor

    Default stroke of comparative measure.

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

    TargetField

    The DataSource field that contains the target value.

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

    TargetTypes

    The DataSource field that contains the target value.

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

    TargetWidth

    Options for customizing comparative bar color bullet chart

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

    Theme

    Specifies the theme for the bullet chart.

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

    TickPosition

    Specifies the tick position of the bullet chart

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

    Title

    Specifies the title of the bullet chart.

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

    TitlePosition

    Sets the title position of bullet chart.

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

    TitleStyle

    Options for customizing the title styles of the bullet chart

    Declaration
    BulletChartTitleStyle TitleStyle { get; set; }
    Property Value
    Type Description
    BulletChartTitleStyle

    Tooltip

    Options for customizing the tooltip of the BulletChart.

    Declaration
    BulletChartTooltip Tooltip { get; set; }
    Property Value
    Type Description
    BulletChartTooltip

    Type

    Default type on feature measure.

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

    ValueBorder

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

    Declaration
    BulletChartValueBorder ValueBorder { get; set; }
    Property Value
    Type Description
    BulletChartValueBorder

    ValueField

    The DataSource field that contains the value value.

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

    ValueFill

    Default stroke color of feature measure.

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

    ValueHeight

    Options for customizing feature bar height of the bullet chart

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

    Width

    Specifies the width for the Bullet Chart.

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

    Methods

    updateChildProperties(String, Object)

    To update Child Properties

    Declaration
    void updateChildProperties(string key, object value)
    Parameters
    Type Name Description
    System.String key
    System.Object value
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved