API Reference
Class
ChartXkcdSettings
Settings builder for ChartXkcd.
Inheritance
- Object
- ChartXkcdSettings
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
- Method ChartXkcdSettings.BackgroundColor
- Method ChartXkcdSettings.Colors
- Method ChartXkcdSettings.DotSize
- Method ChartXkcdSettings.FollowTheme
- Method ChartXkcdSettings.FontFamily
- Method ChartXkcdSettings.InnerRadius
- Method ChartXkcdSettings.LazyInit
- Method ChartXkcdSettings.LegendPosition
- Method ChartXkcdSettings.Options
- Method ChartXkcdSettings.ShowLabels
- Method ChartXkcdSettings.ShowLegend
- Method ChartXkcdSettings.ShowLine
- Method ChartXkcdSettings.Size
- Method ChartXkcdSettings.Size
- Method ChartXkcdSettings.Sketch
- Method ChartXkcdSettings.StrokeColor
- Method ChartXkcdSettings.TicksCount
- Method ChartXkcdSettings.TimeFormat
- Method ChartXkcdSettings.XTickCount
- Method ChartXkcdSettings.YTickCount
Accepted by parameters
- Method ChartXkcd.Settings
Methods
BackgroundColor 2 overloads
Colors 2 overloads
public ChartXkcdSettings DotSize(Double size) #Returns:
ChartXkcdSettingsSets the dot size for supported chart types.
Parameters
- size System.Double
public ChartXkcdSettings FollowTheme(Boolean enabled = true) #Returns:
ChartXkcdSettingsEnables or disables document-theme synchronization.
Parameters
- enabled System.Boolean = true
public ChartXkcdSettings FontFamily(String fontFamily) #Returns:
ChartXkcdSettingsEditorBrowsable(2)Sets the font family.
Parameters
- fontFamily System.String
public ChartXkcdSettings InnerRadius(Double radius) #Returns:
ChartXkcdSettingsSets the inner radius for pie/doughnut charts.
Parameters
- radius System.Double
public ChartXkcdSettings LazyInit(Boolean enabled = true) #Returns:
ChartXkcdSettingsEnables or disables lazy initialization.
Parameters
- enabled System.Boolean = true
public ChartXkcdSettings LegendPosition(ChartXkcdLegendPosition position) #Returns:
ChartXkcdSettingsSets the legend position.
Parameters
- position HtmlForgeX.ChartXkcdLegendPosition
public ChartXkcdSettings Options(Action<ChartXkcdOptions> configure) #Returns:
ChartXkcdSettingsConfigures advanced chart.xkcd options.
Parameters
- configure System.Action{HtmlForgeX.ChartXkcdOptions}
public ChartXkcdSettings ShowLabels(Boolean show = true) #Returns:
ChartXkcdSettingsShows or hides radar labels.
Parameters
- show System.Boolean = true
public ChartXkcdSettings ShowLegend(Boolean show = true) #Returns:
ChartXkcdSettingsShows or hides the legend.
Parameters
- show System.Boolean = true
public ChartXkcdSettings ShowLine(Boolean show = true) #Returns:
ChartXkcdSettingsConnects or disconnects XY points with a line.
Parameters
- show System.Boolean = true
Size 2 overloads
public ChartXkcdSettings Size(TablerWidth width = null, TablerHeight height = null) #Returns:
ChartXkcdSettingsSets the SVG size.
Parameters
- width HtmlForgeX.TablerWidth = null
- height HtmlForgeX.TablerHeight = null
public ChartXkcdSettings Size(String width = null, String height = null) #Returns:
ChartXkcdSettingsEditorBrowsable(2)Sets the SVG size from raw CSS lengths.
Parameters
- width System.String = null
- height System.String = null
public ChartXkcdSettings Sketch(Boolean enabled = true) #Returns:
ChartXkcdSettingsEnables or disables the sketch effect.
Parameters
- enabled System.Boolean = true
StrokeColor 2 overloads
public ChartXkcdSettings StrokeColor(RGBColor color) #Returns:
ChartXkcdSettingsSets the stroke color.
Parameters
- color System.String
public ChartXkcdSettings TicksCount(Int32 count) #Returns:
ChartXkcdSettingsSets the radar tick count.
Parameters
- count System.Int32
public ChartXkcdSettings TimeFormat(String timeFormat) #Returns:
ChartXkcdSettingsSets the XY time format.
Parameters
- timeFormat System.String
public ChartXkcdSettings XTickCount(Int32 count) #Returns:
ChartXkcdSettingsSets the X-axis tick count.
Parameters
- count System.Int32
public ChartXkcdSettings YTickCount(Int32 count) #Returns:
ChartXkcdSettingsSets the Y-axis tick count.
Parameters
- count System.Int32