FunnelLegendTitleBuilder Methods
Provides methods that allow you to configure nested options of the client-side title object.Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Font(Action<VizFontBuilder>) | Specifies the legend title's font properties. Mirrors the client-side font object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
HorizontalAlignment(HorizontalAlignment) | Along with verticalAlignment, specifies the legend title's position. Mirrors the client-side horizontalAlignment option. |
Margin(Action<FunnelLegendTitleMarginBuilder>) | Generates space around the legend title. Mirrors the client-side margin object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
Option(String, Object) | Specifies an option by its name. |
PlaceholderSize(JS) | Reserves a pixel-measured space for the legend title. Mirrors the client-side placeholderSize option. |
PlaceholderSize(Double) | Reserves a pixel-measured space for the legend title. Mirrors the client-side placeholderSize option. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Subtitle(JS) | Configures the legend subtitle. The subtitle appears only if the title is specified. Mirrors the client-side subtitle option. |
Subtitle(Action<FunnelLegendTitleSubtitleBuilder>) | Configures the legend subtitle. The subtitle appears only if the title is specified. Mirrors the client-side subtitle object. |
Subtitle(String) | Configures the legend subtitle. The subtitle appears only if the title is specified. Mirrors the client-side subtitle option. |
Text(JS) | Specifies the legend title's text. Mirrors the client-side text option. |
Text(String) | Specifies the legend title's text. Mirrors the client-side text option. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
VerticalAlignment(VerticalEdge) | Specifies the legend title's vertical alignment. Mirrors the client-side verticalAlignment option. |
See Also