nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Data.DataPlot / ElementHelpers

ElementHelpers

Full name Microsoft.VisualBasic.Data.Plots.GgplotTheme.ElementHelpers Assembly Microsoft.VisualBasic.Data.DataPlot Members 8

01 Syntax

Microsoft.VisualBasic.Data.Plots.GgplotTheme.ElementHelpers

02 Methods

NameOverloadsSummary
ColorToCss 1 Converts a Color to CSS string representation.
ParseColor 1 Parses a color from CSS string.
ParseColorList 1 Parses a list of colors from a space or comma-separated string.
ColorsToCss 1 Converts a list of colors to CSS string.
ParseDouble 1 Parses a double from a string.
ParseBool 1 Parses a boolean from a string.
QuoteString 1 Quotes a string for CSS output.
UnquoteString 1 Removes quotes from a string.

03 Members

method ColorToCss #
ColorToCss(Color)

Converts a Color to CSS string representation.

method ParseColor #
ParseColor(String)

Parses a color from CSS string. Supports #RGB, #RRGGBB, #AARRGGBB, named colors, and "NA".

method ParseColorList #
ParseColorList(String)

Parses a list of colors from a space or comma-separated string.

method ColorsToCss #
ColorsToCss(List(Of Color))

Converts a list of colors to CSS string.

method ParseDouble #
ParseDouble(String)

Parses a double from a string.

method ParseBool #
ParseBool(String)

Parses a boolean from a string.

method QuoteString #
QuoteString(String)

Quotes a string for CSS output.

method UnquoteString #
UnquoteString(String)

Removes quotes from a string.