GeographicalSchemaLegendItem
Properties:
Picture
SampleColor
SampleFont
SampleText
Series
ShowScale
Description:
Availability:
Example:
// Create a serie to display data in the geographical schema layer TotalSumByRegionsSerie = LayerRegoins.Series.Add(); TotalSumByRegionsSerie.Text = "Amount of turnover"; ShowMode = GeographicalSchemeLayerSeriesDrawingType.Column; TotalSumByRegionsSerie.ShowMode = ShowMode; // Add to the legend LegendElement = Scheme.LegendArea.Items.Add(); LegendElement.Series = TotalSumByRegionsSerie; LegendElement.SampleText = "Amount by regions"; |
See also:
GeographicalSchemaLegendItems, method Get
GeographicalSchemaLegendItems, method Add
GeographicalSchemaLegendItems, method Delete
GeographicalSchemaLegendItems, method IndexOf