API Reference
Class
ChartJsBulletOptions
Options for the bullet (performance) chart helper.
Inheritance
- Object
- ChartJsBulletOptions
Constructors
public ChartJsBulletOptions() #Inherited Methods
Properties
public String Label { get; set; } #Optional y-axis category label.
public ValueTuple<Double, String>[] Ranges { get; set; } #Background ranges as (to, color), evaluated from min upward.
public Boolean FillRemainingTrack { get; set; } #When true, fills the remainder to max with RemainingTrackColor.
public String RemainingTrackColor { get; set; } #Color for the remainder/background track.
public String ValueColor { get; set; } #Color of the current value overlay bar.
public String TargetColor { get; set; } #Color of the target marker bar.
public Double ValueBarPercentage { get; set; } #Thickness of the value bar relative to the available category band (0..1).
public Double TargetBarPercentage { get; set; } #Thickness of the target marker bar relative to the category band (0..1).