ChartCommonSeriesSettingsPointBuilder Methods
Provides methods that allow you to configure nested options of the client-side point object.Name | Description |
---|---|
Border(Action<ChartCommonSeriesSettingsPointBorderBuilder>) | Configures the appearance of the series point border in scatter, line- and area-like series. Mirrors the client-side border object. |
Color(JS) | Colors the series points. Mirrors the client-side color option. |
Color(Action<ChartsColorBuilder>) | |
Color(String) | Colors the series points. Mirrors the client-side color option. |
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. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
HoverMode(ChartPointInteractionMode) | Specifies series elements to be highlighted when a user pauses on a series point. Mirrors the client-side hoverMode option. |
HoverStyle(Action<ChartCommonSeriesSettingsPointHoverStyleBuilder>) | Configures the appearance adopted by a series point when a user pauses on it. Mirrors the client-side hoverStyle object. |
Image(JS) | Substitutes the standard point symbols with an image. Mirrors the client-side image option. |
Image(Action<ChartCommonSeriesSettingsPointImageBuilder>) | Substitutes the standard point symbols with an image. Mirrors the client-side image object. |
Image(String) | Substitutes the standard point symbols with an image. Mirrors the client-side image option. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
Option(String, Object) | Specifies an option by its name. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
SelectionMode(ChartPointInteractionMode) | Specifies series elements to be highlighted when a user selects a series point. Mirrors the client-side selectionMode option. |
SelectionStyle(Action<ChartCommonSeriesSettingsPointSelectionStyleBuilder>) | Configures the appearance of a selected series point. Mirrors the client-side selectionStyle object. |
Size(JS) | Specifies the diameter of series points in pixels. Mirrors the client-side size option. |
Size(Double) | Specifies the diameter of series points in pixels. Mirrors the client-side size option. |
Symbol(PointSymbol) | Specifies which symbol should represent series points in scatter, line- and area-like series. Mirrors the client-side symbol option. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Visible(JS) | Makes the series points visible. Mirrors the client-side visible option. |
Visible(Boolean) | Makes the series points visible. Mirrors the client-side visible option. |
See Also