API Reference
ChartXkcdOptions
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
- Property ChartXkcd.Options
- Method ChartXkcdOptions.Colors
- Method ChartXkcdOptions.Legend
Accepted by parameters
- Method ChartXkcd.Configure
- Method ChartXkcdSettings.Options
Constructors
public ChartXkcdOptions() #Methods
public ChartXkcdOptions Legend(ChartXkcdLegendPosition position) #ChartXkcdOptionsConfigures the legend position.
Parameters
- position HtmlForgeX.ChartXkcdLegendPosition
Inherited Methods
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.