BackgroundColor(JS)
|
Colors the labels' background. The default color is inherited from the funnel items. Mirrors the client-side backgroundColor option.
|
BackgroundColor(String)
|
Colors the labels' background. The default color is inherited from the funnel items. Mirrors the client-side backgroundColor option.
|
Border(Action<FunnelLabelBorderBuilder>)
|
Configures the label borders. Mirrors the client-side border object.
|
Connector(Action<FunnelLabelConnectorBuilder>)
|
Configures label connectors. Mirrors the client-side connector object.
|
CustomizeText(RazorBlock)
|
Customizes labels' text. Mirrors the client-side customizeText option.
|
CustomizeText(String)
|
Customizes labels' text. Mirrors the client-side customizeText option.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
Font(Action<VizFontBuilder>)
|
Specifies labels' font properties. Mirrors the client-side font object.
|
Format(Format)
|
Formats the item value before displaying it in the label. Mirrors the client-side format option.
|
Format(JS)
|
Formats the item value before displaying it in the label. Mirrors the client-side format option.
|
Format(Action<FormatBuilder>)
|
Formats the item value before displaying it in the label. Mirrors the client-side format object.
|
Format(String)
|
Formats the item value before displaying it in the label. Mirrors the client-side format option.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
HorizontalAlignment(HorizontalEdge)
|
Specifies labels' position in relation to the funnel items. Mirrors the client-side horizontalAlignment option.
|
HorizontalOffset(JS)
|
Moves labels from their initial positions. Mirrors the client-side horizontalOffset option.
|
HorizontalOffset(Double)
|
Moves labels from their initial positions. Mirrors the client-side horizontalOffset option.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
Option(String, Object)
|
Specifies an option by its name.
|
Position(FunnelLabelPosition)
|
Specifies whether to display labels inside or outside funnel items or arrange them in columns. Mirrors the client-side position option.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ShowForZeroValues(JS)
|
Specifies whether to show labels for items with zero value. Mirrors the client-side showForZeroValues option.
|
ShowForZeroValues(Boolean)
|
Specifies whether to show labels for items with zero value. Mirrors the client-side showForZeroValues option.
|
TextOverflow(VizTextOverflow)
|
Specifies what to do with label texts that overflow the allocated space after applying wordWrap: hide, truncate them and display an ellipsis, or do nothing. Mirrors the client-side textOverflow option.
|
ToString()
|
Returns a string that represents the current object.
|
Visible(JS)
|
Controls the labels' visibility. Mirrors the client-side visible option.
|
Visible(Boolean)
|
Controls the labels' visibility. Mirrors the client-side visible option.
|
WordWrap(VizWordWrap)
|
Specifies how to wrap label texts if they do not fit into a single line. Mirrors the client-side wordWrap option.
|