HtmlForgeX

API Reference

Class

ChartXkcdOptions

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Typed chart.xkcd rendering options.

Inheritance

  • Object
  • ChartXkcdOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

Methods

Colors 2 overloads
public ChartXkcdOptions Colors(params RGBColor[] colors) #
Returns: ChartXkcdOptions

Replaces the dataset colors.

Parameters

colors System.String[] requiredposition: 0
Colors(HtmlForgeX.RGBColor[] colors) #

Replaces the dataset colors.

Parameters

colors HtmlForgeX.RGBColor[] required
public ChartXkcdOptions Legend(ChartXkcdLegendPosition position) #
Returns: ChartXkcdOptions

Configures the legend position.

Parameters

position HtmlForgeX.ChartXkcdLegendPosition requiredposition: 0

Properties

public Nullable<Int32> YTickCount { get; set; } #

Gets or sets the number of Y-axis ticks.

public Nullable<Int32> XTickCount { get; set; } #

Gets or sets the number of X-axis ticks for XY charts.

public Nullable<Int32> TicksCount { get; set; } #

Gets or sets the number of radar ticks.

public Nullable<Boolean> ShowLegend { get; set; } #

Gets or sets whether the legend is visible.

public Nullable<Int32> LegendPosition { get; set; } #

Gets or sets the chart.xkcd legend position value.

public List<String> DataColors { get; } #

Gets the colors used by chart.xkcd datasets.

public String FontFamily { get; set; } #

Gets or sets the font family used by chart.xkcd.

public Nullable<Boolean> Unxkcdify { get; set; } #

Gets or sets whether the sketch effect is disabled.

public String StrokeColor { get; set; } #

Gets or sets the stroke color.

public String BackgroundColor { get; set; } #

Gets or sets the chart background color.

public Nullable<Boolean> ShowLine { get; set; } #

Gets or sets whether XY points are connected by a line.

public String TimeFormat { get; set; } #

Gets or sets the time format for XY charts with temporal X values.

public Nullable<Double> DotSize { get; set; } #

Gets or sets the dot size for XY/radar charts.

public Nullable<Double> InnerRadius { get; set; } #

Gets or sets the inner radius for pie/doughnut charts.

public Nullable<Boolean> ShowLabels { get; set; } #

Gets or sets whether radar labels are visible.