CM93RasterDataSet.UseNominalScale Property
Gets or sets a flag indicating if the dataset uses the local view scale or the nominal scale to select data charts.
Syntax
public System.Boolean UseNominalScale { get; set; }
Property Value
Default: false
True if the nominal scale should be used to select data charts, False if the local view scale should be used.
Remarks
This property affects how the dataset selects which data charts to render.
If the property is True, the nominal scale of the view is used to select charts. This may cause the dataset to select charts intended for a slightly different scale. The advantage is that the nominal scale will be the same regardless of the view area, so the dataset will not suddenly change to a different chart when the view is panned.
If the property is False, the local scale in the center of the view is used. This will typically select charts better suited for the current scale, but it may also make the dataset switch between different charts when the map is panned.
Platforms
Windows