public sealed class DashboardChart.Types.Visualization.Types.GoogleMapsConfig.Types.PointSettings : IMessage<DashboardChart.Types.Visualization.Types.GoogleMapsConfig.Types.PointSettings>, IEquatable<DashboardChart.Types.Visualization.Types.GoogleMapsConfig.Types.PointSettings>, IDeepCloneable<DashboardChart.Types.Visualization.Types.GoogleMapsConfig.Types.PointSettings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class DashboardChart.Types.Visualization.Types.GoogleMapsConfig.Types.PointSettings.
Point settings for the map.
Implements
IMessageDashboardChartTypesVisualizationTypesGoogleMapsConfigTypesPointSettings, IEquatableDashboardChartTypesVisualizationTypesGoogleMapsConfigTypesPointSettings, IDeepCloneableDashboardChartTypesVisualizationTypesGoogleMapsConfigTypesPointSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
PointSettings()
public PointSettings()PointSettings(PointSettings)
public PointSettings(DashboardChart.Types.Visualization.Types.GoogleMapsConfig.Types.PointSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
DashboardChartTypesVisualizationTypesGoogleMapsConfigTypesPointSettings |
Properties
Color
public string Color { get; set; }Optional. Color for the point on the map.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PointSizeType
public PointSizeType PointSizeType { get; set; }Optional. Point size type for the map. This is used to determine the size of the points on the map.
| Property Value | |
|---|---|
| Type | Description |
PointSizeType |
|